Package | Description |
---|---|
org.antlr.v4.runtime.atn |
Modifier and Type | Method and Description |
---|---|
LexerActionType |
LexerAction.getActionType()
Gets the serialization type of the lexer action.
|
LexerActionType |
LexerSkipAction.getActionType()
Gets the serialization type of the lexer action.
|
LexerActionType |
LexerChannelAction.getActionType()
Gets the serialization type of the lexer action.
|
LexerActionType |
LexerPopModeAction.getActionType()
Gets the serialization type of the lexer action.
|
LexerActionType |
LexerIndexedCustomAction.getActionType()
Gets the serialization type of the lexer action.
|
LexerActionType |
LexerTypeAction.getActionType()
Gets the serialization type of the lexer action.
|
LexerActionType |
LexerModeAction.getActionType()
Gets the serialization type of the lexer action.
|
LexerActionType |
LexerPushModeAction.getActionType()
Gets the serialization type of the lexer action.
|
LexerActionType |
LexerCustomAction.getActionType()
Gets the serialization type of the lexer action.
|
LexerActionType |
LexerMoreAction.getActionType()
Gets the serialization type of the lexer action.
|
static LexerActionType |
LexerActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LexerActionType[] |
LexerActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected LexerAction |
ATNDeserializer.lexerActionFactory(LexerActionType type,
int data1,
int data2) |
Copyright © 1992–2020 ANTLR. All rights reserved.