@uml - @SuppressWarnings("EqualsWhichDoesntCheckParameterClass")
@uml {@inheritDoc}
@uml {@inheritDoc} @return This method returns {@link LexerActionType#SKIP}. @safe @nothrow
@uml {@inheritDoc} @return This method returns {@code false}.
@uml @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
Implements the {@code skip} lexer action by calling {@link Lexer#skip}.
<p>The {@code skip} command does not have any parameters, so this action is implemented as a singleton instance exposed by {@link #INSTANCE}.</p>
@author Sam Harwell @since 4.2