SingletonPredictionContext

TODO add class description

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