antlr-d v1.6.7 (2020-02-12T09:00:42Z)
Dub
Repo
SingletonPredictionContext
antlr
v4
runtime
atn
SingletonPredictionContext
TODO add class description
class
SingletonPredictionContext : PredictionContext {
PredictionContext
parent
;
int
returnState
;
this
(PredictionContext parent, int returnState);
static
SingletonPredictionContext
create
(PredictionContext parent, int returnState);
size_t
size
();
PredictionContext
getParent
(int index);
int
getReturnState
(int index);
bool
opEquals
(Object o);
string
toString
();
}
Constructors
this
this
(PredictionContext parent, int returnState)
Undocumented in source.
Members
Functions
getParent
PredictionContext
getParent
(int index)
@uml @override
getReturnState
int
getReturnState
(int index)
@uml @override
opEquals
bool
opEquals
(Object o)
@uml @override
size
size_t
size
()
@uml @override
toString
string
toString
()
@uml @override
Static functions
create
SingletonPredictionContext
create
(PredictionContext parent, int returnState)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
parent
PredictionContext
parent
;
Undocumented in source.
returnState
int
returnState
;
Undocumented in source.
Meta
Source
See Implementation
antlr
v4
runtime
atn
SingletonPredictionContext
classes
SingletonPredictionContext
Test
TODO add class description