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

Implements the mode lexer action by calling Antlr4.Runtime.Lexer.Mode(int) with the assigned mode.
Наследование: ILexerAction
Показать файл Открыть проект

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

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

This action is implemented by calling Antlr4.Runtime.Lexer.Mode(int) with the value provided by Mode() .

GetHashCode ( ) : int
LexerModeAction ( int mode ) : Antlr4.Runtime

Constructs a new mode action with the specified mode value.

ToString ( ) : string

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

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

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

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

This action is implemented by calling Antlr4.Runtime.Lexer.Mode(int) with the value provided by Mode() .

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

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

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

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

Constructs a new mode action with the specified mode value.
public LexerModeAction ( int mode ) : Antlr4.Runtime
mode int /// The mode value to pass to /// /// . ///
Результат Antlr4.Runtime

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

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