antlr-d v1.6.7 (2020-02-12T09:00:42Z)
Dub
Repo
NotSetTransition
antlr
v4
runtime
atn
NotSetTransition
TODO add class description
class
NotSetTransition :
SetTransition
{
this
(ATNState target, IntervalSet set);
int
getSerializationType
();
bool
matches
(int symbol, int minVocabSymbol, int maxVocabSymbol);
string
toString
();
}
Constructors
this
this
(ATNState target, IntervalSet set)
Undocumented in source.
Members
Functions
getSerializationType
int
getSerializationType
()
@uml @override
matches
bool
matches
(int symbol, int minVocabSymbol, int maxVocabSymbol)
@uml @override
toString
string
toString
()
@uml @override
Inherited Members
From SetTransition
set
IntervalSet
set
;
Undocumented in source.
getSerializationType
int
getSerializationType
()
@uml @override
label
IntervalSet
label
()
@uml @override
matches
bool
matches
(int symbol, int minVocabSymbol, int maxVocabSymbol)
@uml @override
toString
string
toString
()
@uml @override
Meta
Source
See Implementation
antlr
v4
runtime
atn
NotSetTransition
classes
NotSetTransition
TODO add class description