OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SKIP_TOKEN
(Results
1 - 2
of
2
) sorted by null
/external/antlr/src/org/antlr/runtime/
Token.java
47
/** In an action, a lexer rule can set token to this
SKIP_TOKEN
and ANTLR
50
public static final Token
SKIP_TOKEN
= new CommonToken(INVALID_TOKEN_TYPE);
Lexer.java
93
else if ( state.token==Token.
SKIP_TOKEN
) {
111
* a lexer rule finishes with token set to
SKIP_TOKEN
. Recall that
116
state.token = Token.
SKIP_TOKEN
;
Completed in 44 milliseconds