C# Class Antlr4.Runtime.Atn.LexerMoreAction

Implements the more lexer action by calling Antlr4.Runtime.Lexer.More() .

The more command does not have any parameters, so this action is implemented as a singleton instance exposed by Instance .

Inheritance: ILexerAction
Show file Open project: antlr/antlr4

Public Properties

Property Type Description
Instance LexerMoreAction

Public Methods

Method Description
Equals ( object obj ) : bool
Execute ( Lexer lexer ) : void

This action is implemented by calling Antlr4.Runtime.Lexer.More() .

GetHashCode ( ) : int
ToString ( ) : string

Private Methods

Method Description
LexerMoreAction ( ) : Antlr4.Runtime

Constructs the singleton instance of the lexer more command.

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Execute() public method

This action is implemented by calling Antlr4.Runtime.Lexer.More() .

public Execute ( Lexer lexer ) : void
lexer Lexer
return void

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Property Details

Instance public static property

Provides a singleton instance of this parameterless lexer action.
Provides a singleton instance of this parameterless lexer action.
public static LexerMoreAction,Antlr4.Runtime.Atn Instance
return LexerMoreAction