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

Implements the channel lexer action by calling Lexer.Channel with the assigned channel.
Наследование: ILexerAction
Показать файл Открыть проект

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

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

This action is implemented by calling Lexer.Channel with the value provided by Channel() .

GetHashCode ( ) : int
LexerChannelAction ( int channel ) : Antlr4.Runtime

Constructs a new channel action with the specified channel value.

ToString ( ) : string

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

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

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

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

This action is implemented by calling Lexer.Channel with the value provided by Channel() .

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

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

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

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

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

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

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