AltAndContextMap

A structure that ATN configurations maps to bit vectors

Members

Functions

get
BitSet get(ATNConfig c)
Undocumented in source. Be warned that the author may not have intended to support it.
hasKey
bool hasKey(ATNConfig aTNConfig)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(ATNConfig c, BitSet bitSet)
Undocumented in source. Be warned that the author may not have intended to support it.
values
BitSet[] values()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

altAndContextMap
BitSet[ATNConfig] altAndContextMap;
Undocumented in source.

Meta