@uml - @SuppressWarnings("EqualsWhichDoesntCheckParameterClass")
@uml {@inheritDoc} @return This method returns {@link LexerActionType#MORE}. @safe @nothrow
@uml @safe @nothrow @override
@uml @override
Gets the serialization type of the lexer action.
Gets whether the lexer action is position-dependent. Position-dependent actions may have different semantics depending on the {@link CharStream} index at the time the action is executed.
Execute the lexer action in the context of the specified {@link Lexer}.
@uml @nothrow
Provides a singleton instance of this parameterless lexer action.