Uses of Class
org.antlr.v4.runtime.atn.ATNConfigSet.AbstractConfigHashSet
-
Packages that use ATNConfigSet.AbstractConfigHashSet Package Description org.antlr.v4.runtime.atn -
-
Uses of ATNConfigSet.AbstractConfigHashSet in org.antlr.v4.runtime.atn
Subclasses of ATNConfigSet.AbstractConfigHashSet in org.antlr.v4.runtime.atn Modifier and Type Class Description static classATNConfigSet.ConfigHashSetThe reason that we need this is because we don't want the hash map to use the standard hash code and equals.static classOrderedATNConfigSet.LexerConfigHashSetFields in org.antlr.v4.runtime.atn declared as ATNConfigSet.AbstractConfigHashSet Modifier and Type Field Description ATNConfigSet.AbstractConfigHashSetATNConfigSet. configLookupAll configs but hashed by (s, i, _, pi) not including context.
-