Class: LexerActionType
Constant Summary collapse
- CHANNEL =
include JavaSymbols
0- CUSTOM =
The type of a LexerChannelAction action.
1- MODE =
The type of a LexerCustomAction action.
2- MORE =
The type of a LexerModeAction action.
3- POP_MODE =
The type of a LexerMoreAction action.
4- PUSH_MODE =
The type of a LexerPopModeAction action.
5- SKIP =
The type of a LexerPushModeAction action.
6- TYPE =
The type of a LexerSkipAction action.
7