Modifiers | Name | Description |
---|---|---|
static int |
ABSTRACT |
|
static int |
ADD |
|
static int |
ADD_ASSIGN |
|
static int |
AND |
|
static int |
AND_ASSIGN |
|
static int |
ARROW |
|
static int |
AS |
|
static int |
ASSERT |
|
static int |
ASSIGN |
|
static int |
AT |
|
static int |
BITAND |
|
static int |
BITNOT |
|
static int |
BITOR |
|
static int |
BREAK |
|
static int |
BooleanLiteral |
|
static int |
BuiltInPrimitiveType |
|
static int |
CASE |
|
static int |
CATCH |
|
static int |
CLASS |
|
static int |
COLON |
|
static int |
COMMA |
|
static int |
CONST |
|
static int |
CONTINUE |
|
static int |
CapitalizedIdentifier |
|
static int |
DEC |
|
static int |
DEF |
|
static int |
DEFAULT |
|
static int |
DIV |
|
static int |
DIV_ASSIGN |
|
static int |
DO |
|
static int |
DOLLAR_SLASHY_GSTRING_MODE |
|
static int |
DOT |
|
static int |
DQ_GSTRING_MODE |
|
static int |
ELLIPSIS |
|
static int |
ELSE |
|
static int |
ELVIS |
|
static int |
ELVIS_ASSIGN |
|
static int |
ENUM |
|
static int |
EQUAL |
|
static int |
EXTENDS |
|
static int |
FINAL |
|
static int |
FINALLY |
|
static int |
FOR |
|
static int |
FloatingPointLiteral |
|
static int |
GE |
|
static int |
GOTO |
|
static int |
GSTRING_PATH_MODE |
|
static int |
GSTRING_TYPE_SELECTOR_MODE |
|
static int |
GStringBegin |
|
static int |
GStringEnd |
|
static int |
GStringPart |
|
static int |
GStringPathPart |
|
static int |
GT |
|
static int |
IDENTICAL |
|
static int |
IF |
|
static int |
IMPLEMENTS |
|
static int |
IMPORT |
|
static int |
IN |
|
static int |
INC |
|
static int |
INSTANCEOF |
|
static int |
INTERFACE |
|
static int |
Identifier |
|
static int |
IntegerLiteral |
|
static int |
LBRACE |
|
static int |
LBRACK |
|
static int |
LE |
|
static int |
LPAREN |
|
static int |
LSHIFT_ASSIGN |
|
static int |
LT |
|
static int |
METHOD_POINTER |
|
static int |
METHOD_REFERENCE |
|
static int |
MOD |
|
static int |
MOD_ASSIGN |
|
static int |
MUL |
|
static int |
MUL_ASSIGN |
|
static int |
NATIVE |
|
static int |
NEW |
|
static int |
NL |
|
static int |
NOT |
|
static int |
NOTEQUAL |
|
static int |
NOT_IDENTICAL |
|
static int |
NOT_IN |
|
static int |
NOT_INSTANCEOF |
|
static int |
NullLiteral |
|
static int |
OR |
|
static int |
OR_ASSIGN |
|
static int |
PACKAGE |
|
static int |
POWER |
|
static int |
POWER_ASSIGN |
|
static int |
PRIVATE |
|
static int |
PROTECTED |
|
static int |
PUBLIC |
|
static int |
QUESTION |
|
static int |
RANGE_EXCLUSIVE |
|
static int |
RANGE_INCLUSIVE |
|
static int |
RBRACE |
|
static int |
RBRACK |
|
static int |
REGEX_FIND |
|
static int |
REGEX_MATCH |
|
static int |
RETURN |
|
static int |
RPAREN |
|
static int |
RSHIFT_ASSIGN |
|
static int |
RollBackOne |
|
static int |
SAFE_CHAIN_DOT |
|
static int |
SAFE_DOT |
|
static int |
SEMI |
|
static int |
SH_COMMENT |
|
static int |
SLASHY_GSTRING_MODE |
|
static int |
SPACESHIP |
|
static int |
SPREAD_DOT |
|
static int |
STATIC |
|
static int |
STRICTFP |
|
static int |
SUB |
|
static int |
SUB_ASSIGN |
|
static int |
SUPER |
|
static int |
SWITCH |
|
static int |
SYNCHRONIZED |
|
static int |
StringLiteral |
|
static int |
TDQ_GSTRING_MODE |
|
static int |
THIS |
|
static int |
THREADSAFE |
|
static int |
THROW |
|
static int |
THROWS |
|
static int |
TRAIT |
|
static int |
TRANSIENT |
|
static int |
TRY |
|
static int |
UNEXPECTED_CHAR |
|
static int |
URSHIFT_ASSIGN |
|
static int |
VAR |
|
static Vocabulary |
VOCABULARY |
|
static int |
VOID |
|
static int |
VOLATILE |
|
static int |
WHILE |
|
static int |
WS |
|
static int |
XOR |
|
static int |
XOR_ASSIGN |
|
static ATN |
_ATN |
|
static String |
_serializedATN |
|
static String[] |
channelNames |
|
static String[] |
modeNames |
|
static String[] |
ruleNames |
|
static String[] |
tokenNames |
@deprecated Use VOCABULARY instead. |
Fields inherited from class | Fields |
---|---|
class Lexer |
DEFAULT_MODE, MORE, SKIP, DEFAULT_TOKEN_CHANNEL, HIDDEN, MIN_CHAR_VALUE, MAX_CHAR_VALUE, _input, _token, _tokenStartCharIndex, _tokenStartLine, _tokenStartCharPositionInLine, _hitEOF, _channel, _type, _modeStack, _mode, _text, EOF |
Type Params | Return Type | Name and description |
---|---|---|
|
def |
GroovyLexer(CharStream input) |
|
void |
action(RuleContext _localctx, int ruleIndex, int actionIndex) |
|
void |
emit(Token token) Record the index and token type of the current token while emitting tokens. |
|
String[] |
getChannelNames() |
|
int |
getErrorColumn() |
|
int |
getErrorLine() |
|
String |
getGrammarFileName() |
|
String[] |
getModeNames() |
|
String[] |
getRuleNames() |
|
String |
getSerializedATN() |
|
int |
getSyntaxErrorSource() |
|
String[] |
getTokenNames() |
|
Vocabulary |
getVocabulary() |
|
protected void |
rollbackOneChar() just a hook, which will be overrided by GroovyLangLexer |
|
boolean |
sempred(RuleContext _localctx, int ruleIndex, int predIndex) |
Record the index and token type of the current token while emitting tokens.
just a hook, which will be overrided by GroovyLangLexer