C# Класс Antlr4.Runtime.Atn.LexerPopModeAction

Implements the popMode lexer action by calling Antlr4.Runtime.Lexer.PopMode() .

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

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

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

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

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

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

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

GetHashCode ( ) : int
ToString ( ) : string

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

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

Constructs the singleton instance of the lexer popMode command.

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

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

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

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

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

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 LexerPopModeAction,Antlr4.Runtime.Atn Instance
Результат LexerPopModeAction