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


Field Summary
protected static char curChar
           
static PrintStream debugStream
           
static String[] jjstrLiteralImages
           
static String[] lexStateNames
           
 
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
 
Constructor Summary
DDLParserTokenManager(SimpleCharStream stream)
           
DDLParserTokenManager(SimpleCharStream stream, int lexState)
           
 
Method Summary
static Token getNextToken()
           
static void ReInit(SimpleCharStream stream)
           
static void ReInit(SimpleCharStream stream, int lexState)
           
static void setDebugStream(PrintStream ds)
           
static void SwitchTo(int lexState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugStream

public static PrintStream debugStream

jjstrLiteralImages

public static final String[] jjstrLiteralImages

lexStateNames

public static final String[] lexStateNames

curChar

protected static char curChar
Constructor Detail

DDLParserTokenManager

public DDLParserTokenManager(SimpleCharStream stream)

DDLParserTokenManager

public DDLParserTokenManager(SimpleCharStream stream,
                             int lexState)
Method Detail

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()