type ATNConfigSet …
func (b *ATNConfigSet) Alts() *BitSet { … }
func NewATNConfigSet(fullCtx bool) *ATNConfigSet { … }
func (b *ATNConfigSet) Add(config *ATNConfig, mergeCache *JPCMap) bool { … }
func (b *ATNConfigSet) GetStates() *JStore[ATNState, Comparator[ATNState]] { … }
func (b *ATNConfigSet) GetPredicates() []SemanticContext { … }
func (b *ATNConfigSet) OptimizeConfigs(interpreter *BaseATNSimulator) { … }
func (b *ATNConfigSet) AddAll(coll []*ATNConfig) bool { … }
func (b *ATNConfigSet) Compare(bs *ATNConfigSet) bool { … }
func (b *ATNConfigSet) Equals(other Collectable[ATNConfig]) bool { … }
func (b *ATNConfigSet) Hash() int { … }
func (b *ATNConfigSet) hashCodeConfigs() int { … }
func (b *ATNConfigSet) Contains(item *ATNConfig) bool { … }
func (b *ATNConfigSet) ContainsFast(item *ATNConfig) bool { … }
func (b *ATNConfigSet) Clear() { … }
func (b *ATNConfigSet) String() string { … }
func NewOrderedATNConfigSet() *ATNConfigSet { … }