Class ATNConfigSet

java.lang.Object
org.antlr.v4.runtime.atn.ATNConfigSet
All Implemented Interfaces:
Iterable<ATNConfig>, Collection<ATNConfig>, Set<ATNConfig>
Direct Known Subclasses:
OrderedATNConfigSet

public class ATNConfigSet extends Object implements Set<ATNConfig>
Specialized Set<ATNConfig> that can track info about the set, with support for combining similar configurations using a graph-structured stack.