parser
Class VerifierTokenManager
java.lang.Object
parser.VerifierTokenManager
- All Implemented Interfaces:
- VerifierConstants
- public class VerifierTokenManager
- extends java.lang.Object
- implements VerifierConstants
Fields inherited from interface parser.VerifierConstants |
AND, ASSIGN, COMMA, CONST, DEC, DEFAULT, DELIMCOND, DIV, DIVASSIGN, ELSE, EOF, EQ, FALSE, GE, GT, ID, IF, IN_JAVADOC_COMMENT, IN_MULTI_LINE_COMMENT, IN_SINGLE_LINE_COMMENT, INC, JavadocComment, LBRACE, LE, LETTER, LPAREN, LT, MINUS, MINUSASSIGN, MOD, MULT, MULTASSIGN, MultiLineComment, NE, NOT, NUM, OR, PLUS, PLUSASSIGN, RBRACE, RETURN, RPAREN, SEMICOLON, SHORT_AND, SHORT_OR, SingleLineComment, tokenImage, TRUE, WHILE |
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
jjbitVec0
static final long[] jjbitVec0
jjnextStates
static final int[] jjnextStates
jjstrLiteralImages
public static final java.lang.String[] jjstrLiteralImages
lexStateNames
public static final java.lang.String[] lexStateNames
jjnewLexState
public static final int[] jjnewLexState
jjtoToken
static final long[] jjtoToken
jjtoSkip
static final long[] jjtoSkip
jjtoSpecial
static final long[] jjtoSpecial
jjtoMore
static final long[] jjtoMore
input_stream
protected static SimpleCharStream input_stream
image
static java.lang.StringBuffer image
jjimageLen
static int jjimageLen
lengthOfMatch
static int lengthOfMatch
curChar
protected static char curChar
curLexState
static int curLexState
defaultLexState
static int defaultLexState
jjnewStateCnt
static int jjnewStateCnt
jjround
static int jjround
jjmatchedPos
static int jjmatchedPos
jjmatchedKind
static int jjmatchedKind
VerifierTokenManager
public VerifierTokenManager(SimpleCharStream stream)
VerifierTokenManager
public VerifierTokenManager(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 Token getNextToken()
SkipLexicalActions
static void SkipLexicalActions(Token matchedToken)