C# Class Antlr4.Runtime.Atn.RangeTransition

Inheritance: Transition
Show file Open project: antlr/antlr4 Class Usage Examples

Public Properties

Property Type Description
from int
to int

Public Methods

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

Private Methods

Method Description
ToString ( ) : string

Method Details

Matches() public method

public Matches ( int symbol, int minVocabSymbol, int maxVocabSymbol ) : bool
symbol int
minVocabSymbol int
maxVocabSymbol int
return bool

RangeTransition() public method

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

Property Details

from public property

public int from
return int

to public property

public int to
return int