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

Implements the skip lexer action by calling Antlr4.Runtime.Lexer.Skip() .

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

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

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

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

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

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

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

GetHashCode ( ) : int
ToString ( ) : string

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

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

Constructs the singleton instance of the lexer skip command.

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

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

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

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

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

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