|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token | |
wt.step.schemaGenerator |
Uses of Token in wt.step.schemaGenerator |
Fields in wt.step.schemaGenerator declared as Token | |
Token |
Token.next
A reference to the next regular (non-special) token from the input stream. |
Token |
Token.specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. |
Token |
ParseException.currentToken
This is the last token that has been consumed successfully. |
static Token |
IDLParser.token
|
static Token |
IDLParser.jj_nt
|
private static Token |
IDLParser.jj_scanpos
|
private static Token |
IDLParser.jj_lastpos
|
(package private) Token |
IDLParser.JJCalls.first
|
Methods in wt.step.schemaGenerator that return Token | |
static Token |
Token.newToken(int ofKind)
Returns a new Token object, by default. |
private static Token |
IDLParserTokenManager.jjFillToken()
|
static Token |
IDLParserTokenManager.getNextToken()
|
private static Token |
IDLParser.jj_consume_token(int kind)
|
static Token |
IDLParser.getNextToken()
|
static Token |
IDLParser.getToken(int index)
|
Constructors in wt.step.schemaGenerator with parameters of type Token | |
ParseException(Token currentTokenVal,
int[][] expectedTokenSequencesVal,
String[] tokenImageVal)
This constructor is used by the method "generateParseException" in the generated parser. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |