de.saar.chorus.domgraph.codec.glue
Class GlueInputCodecTokenManager

Object
  extended by GlueInputCodecTokenManager
All Implemented Interfaces:
GlueInputCodecConstants

public class GlueInputCodecTokenManager
extends Object
implements GlueInputCodecConstants


Field Summary
 PrintStream debugStream
           
static String[] jjstrLiteralImages
           
static String[] lexStateNames
           
 
Fields inherited from interface GlueInputCodecConstants
ATOM, DEFAULT, EOF, IMP, PERCENT_COMMENT, tokenImage, VAR
 
Constructor Summary
GlueInputCodecTokenManager(SimpleCharStream stream)
           
GlueInputCodecTokenManager(SimpleCharStream stream, int lexState)
           
 
Method Summary
 Token getNextToken()
           
 void ReInit(SimpleCharStream stream)
           
 void ReInit(SimpleCharStream stream, int lexState)
           
 void setDebugStream(PrintStream ds)
           
 void SwitchTo(int lexState)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugStream

public PrintStream debugStream

jjstrLiteralImages

public static final String[] jjstrLiteralImages

lexStateNames

public static final String[] lexStateNames
Constructor Detail

GlueInputCodecTokenManager

public GlueInputCodecTokenManager(SimpleCharStream stream)

GlueInputCodecTokenManager

public GlueInputCodecTokenManager(SimpleCharStream stream,
                                  int lexState)
Method Detail

setDebugStream

public void setDebugStream(PrintStream ds)

ReInit

public void ReInit(SimpleCharStream stream)

ReInit

public void ReInit(SimpleCharStream stream,
                   int lexState)

SwitchTo

public void SwitchTo(int lexState)

getNextToken

public Token getNextToken()