edu.mit.sketch.ddlcompiler
Class DDLParserTokenManager
java.lang.Object
|
+--edu.mit.sketch.ddlcompiler.DDLParserTokenManager
- All Implemented Interfaces:
- DDLParserConstants
- public class DDLParserTokenManager
- extends Object
- implements DDLParserConstants
| Fields inherited from interface edu.mit.sketch.ddlcompiler.DDLParserConstants |
ABOVE, ANGLE, ATTACHED, BELOW, DEFAULT, EOF, ID, LEFT, LOWER_LEFT, LOWER_RIGHT, MEET, NUM, PARALLEL, PERPENDICULAR, RIGHT, tokenImage, TOUCHES, UPPER_LEFT, UPPER_RIGHT |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debugStream
public static PrintStream debugStream
jjstrLiteralImages
public static final String[] jjstrLiteralImages
lexStateNames
public static final String[] lexStateNames
curChar
protected static char curChar
DDLParserTokenManager
public DDLParserTokenManager(SimpleCharStream stream)
DDLParserTokenManager
public DDLParserTokenManager(SimpleCharStream stream,
int lexState)
setDebugStream
public static void setDebugStream(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)
getNextToken
public static final Token getNextToken()