C# Класс 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 .

Наследование: ILexerAction
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Instance LexerMoreAction

Открытые методы

Метод Описание
Equals ( object obj ) : bool
Execute ( Lexer lexer ) : void

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

GetHashCode ( ) : int
ToString ( ) : string

Приватные методы

Метод Описание
LexerMoreAction ( ) : Antlr4.Runtime

Constructs the singleton instance of the lexer more command.

Описание методов

Equals() публичный метод

public Equals ( object obj ) : bool
obj object
Результат bool

Execute() публичный метод

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

public Execute ( Lexer lexer ) : void
lexer Lexer
Результат void

GetHashCode() публичный метод

public GetHashCode ( ) : int
Результат int

ToString() публичный метод

public ToString ( ) : string
Результат string

Описание свойств

Instance публичное статическое свойство

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
Результат LexerMoreAction