C# Class Antlr4.Runtime.Atn.RangeTransition

Inheritance: Transition
Afficher le fichier Open project: antlr/antlr4 Class Usage Examples

Méthodes publiques

Свойство Type Description
from int
to int

Méthodes publiques

Méthode Description
Matches ( int symbol, int minVocabSymbol, int maxVocabSymbol ) : bool
RangeTransition ( ATNState target, int from, int to ) : Antlr4.Runtime.Atn

Private Methods

Méthode Description
ToString ( ) : string

Method Details

Matches() public méthode

public Matches ( int symbol, int minVocabSymbol, int maxVocabSymbol ) : bool
symbol int
minVocabSymbol int
maxVocabSymbol int
Résultat bool

RangeTransition() public méthode

public RangeTransition ( ATNState target, int from, int to ) : Antlr4.Runtime.Atn
target ATNState
from int
to int
Résultat Antlr4.Runtime.Atn

Property Details

from public_oe property

public int from
Résultat int

to public_oe property

public int to
Résultat int