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

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

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

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

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

GetHashCode ( ) : int
LexerTypeAction ( int type ) : Antlr4.Runtime

Constructs a new type action with the specified token type value.

ToString ( ) : string

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

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

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

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

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

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

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

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

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

Constructs a new type action with the specified token type value.
public LexerTypeAction ( int type ) : Antlr4.Runtime
type int /// The type to assign to the token using /// /// . ///
Результат Antlr4.Runtime

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

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