C# 클래스 Antlr4.Runtime.Atn.RangeTransition

상속: Transition
파일 보기 프로젝트 열기: antlr/antlr4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
from int
to int

공개 메소드들

메소드 설명
Matches ( int symbol, int minVocabSymbol, int maxVocabSymbol ) : bool
RangeTransition ( ATNState target, int from, int to ) : Antlr4.Runtime.Atn

비공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

Matches() 공개 메소드

public Matches ( int symbol, int minVocabSymbol, int maxVocabSymbol ) : bool
symbol int
minVocabSymbol int
maxVocabSymbol int
리턴 bool

RangeTransition() 공개 메소드

public RangeTransition ( ATNState target, int from, int to ) : Antlr4.Runtime.Atn
target ATNState
from int
to int
리턴 Antlr4.Runtime.Atn

프로퍼티 상세

from 공개적으로 프로퍼티

public int from
리턴 int

to 공개적으로 프로퍼티

public int to
리턴 int