LexerActionType |
LexerAction.getActionType() |
Gets the serialization type of the lexer action.
|
LexerActionType |
LexerChannelAction.getActionType() |
Gets the serialization type of the lexer action.
|
LexerActionType |
LexerCustomAction.getActionType() |
Gets the serialization type of the lexer action.
|
LexerActionType |
LexerIndexedCustomAction.getActionType() |
Gets the serialization type of the lexer action.
|
LexerActionType |
LexerModeAction.getActionType() |
Gets the serialization type of the lexer action.
|
LexerActionType |
LexerMoreAction.getActionType() |
Gets the serialization type of the lexer action.
|
LexerActionType |
LexerPopModeAction.getActionType() |
Gets the serialization type of the lexer action.
|
LexerActionType |
LexerPushModeAction.getActionType() |
Gets the serialization type of the lexer action.
|
LexerActionType |
LexerSkipAction.getActionType() |
Gets the serialization type of the lexer action.
|
LexerActionType |
LexerTypeAction.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.
|