ATN.lexerActions

For lexer ATNs, this is an array of {@link LexerAction} objects which may be referenced by action transitions in the ATN.

class ATN
LexerAction[] lexerActions;

Meta