-
currentToken
String currentToken
-
currentTokenBeginColumn
int currentTokenBeginColumn
The column number of the first character of this Token.
-
currentTokenBeginLine
int currentTokenBeginLine
The line number of the first character of this Token.
-
currentTokenEndColumn
int currentTokenEndColumn
The column number of the last character of this Token.
-
currentTokenEndLine
int currentTokenEndLine
The line number of the last character of this Token.
-
currentTokenImage
String currentTokenImage
The string image of the token.
-
currentTokenKind
int currentTokenKind
An integer that describes the kind of this token. This numbering
system is determined by JavaCCParser, and a table of these numbers is
stored in the file ...Constants.java.
-
expectedTokenSequences
int[][] expectedTokenSequences
-
source
Object source
-
tokenImage
String[] tokenImage