org.wilmascope.dotparser
Class DotParserTokenManager
java.lang.Object
org.wilmascope.dotparser.DotParserTokenManager
- All Implemented Interfaces:
- DotParserConstants
public class DotParserTokenManager
- extends java.lang.Object
- implements DotParserConstants
Fields inherited from interface org.wilmascope.dotparser.DotParserConstants |
BB, CONCENTRATE, CTLSTRING, DEC, DEFAULT, DIGRAPH, EOF, FORMAL_COMMENT, GRAPH, HEIGHT, ID, IGNOREPARAMETERS, LABEL, LAYER, LAYERS, MINLEN, MULTI_LINE_COMMENT, NODE, NODEPARAMETERS, NUM, POS, RATIO, SHAPE, SINGLE_LINE_COMMENT, tokenImage, WEIGHT, WIDTH |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debugStream
public static java.io.PrintStream debugStream
jjstrLiteralImages
public static final java.lang.String[] jjstrLiteralImages
lexStateNames
public static final java.lang.String[] lexStateNames
jjnewLexState
public static final int[] jjnewLexState
input_stream
protected static SimpleCharStream input_stream
curChar
protected static char curChar
DotParserTokenManager
public DotParserTokenManager(SimpleCharStream stream)
DotParserTokenManager
public DotParserTokenManager(SimpleCharStream stream,
int lexState)
setDebugStream
public static void setDebugStream(java.io.PrintStream ds)
ReInit
public static void ReInit(SimpleCharStream stream)
ReInit
public static void ReInit(SimpleCharStream stream,
int lexState)
SwitchTo
public static void SwitchTo(int lexState)
jjFillToken
protected static Token jjFillToken()
getNextToken
public static Token getNextToken()