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
파일 보기 프로젝트 열기: antlr/antlr4

공개 프로퍼티들

프로퍼티 타입 설명
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