C# Class Antlr4.Runtime.Atn.AtomTransition

TODO: make all transitions sets? no, should remove set edges
Inheritance: Transition
Afficher le fichier Open project: antlr/antlr4 Class Usage Examples

Méthodes publiques

Свойство Type Description
token int

Méthodes publiques

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

Private Methods

Méthode Description
ToString ( ) : string

Method Details

AtomTransition() public méthode

public AtomTransition ( ATNState target, int token ) : Antlr4.Runtime.Atn
target ATNState
token int
Résultat Antlr4.Runtime.Atn

Matches() public méthode

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

Property Details

token public_oe property

The token type or character value; or, signifies special label.
The token type or character value; or, signifies special label.
public int token
Résultat int