LexerMoreAction

Provides a singleton instance of this parameterless lexer action.

Members

Functions

equals
bool equals(Object obj)

@uml - @SuppressWarnings("EqualsWhichDoesntCheckParameterClass")

execute
void execute(InterfaceLexer lexer)
Undocumented in source. Be warned that the author may not have intended to support it.
getActionType
LexerActionType getActionType()

@uml {@inheritDoc} @return This method returns {@link LexerActionType#MORE}. @safe @nothrow

isPositionDependent
bool isPositionDependent()
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()

@uml @safe @nothrow @override

toString
string toString()

@uml @override

Static functions

instance
LexerMoreAction instance()

Inherited Members

From LexerAction

getActionType
LexerActionType getActionType()

Gets the serialization type of the lexer action.

isPositionDependent
bool isPositionDependent()

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
void execute(InterfaceLexer lexer)

Execute the lexer action in the context of the specified {@link Lexer}.

toHash
size_t toHash()

@uml @nothrow

Meta