Uses of Enum
org.antlr.v4.runtime.atn.LexerActionType
Packages that use LexerActionType
-
Uses of LexerActionType in org.antlr.v4.runtime.atn
Methods in org.antlr.v4.runtime.atn that return LexerActionTypeModifier and TypeMethodDescriptionLexerAction.getActionType()
Gets the serialization type of the lexer action.LexerChannelAction.getActionType()
Gets the serialization type of the lexer action.LexerCustomAction.getActionType()
Gets the serialization type of the lexer action.LexerIndexedCustomAction.getActionType()
Gets the serialization type of the lexer action.LexerModeAction.getActionType()
Gets the serialization type of the lexer action.LexerMoreAction.getActionType()
Gets the serialization type of the lexer action.LexerPopModeAction.getActionType()
Gets the serialization type of the lexer action.LexerPushModeAction.getActionType()
Gets the serialization type of the lexer action.LexerSkipAction.getActionType()
Gets the serialization type of the lexer action.LexerTypeAction.getActionType()
Gets the serialization type of the lexer action.static LexerActionType
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.Methods in org.antlr.v4.runtime.atn with parameters of type LexerActionTypeModifier and TypeMethodDescriptionprotected LexerAction
ATNDeserializer.lexerActionFactory
(LexerActionType type, int data1, int data2)