public class OrderedATNConfigSet extends ATNConfigSet
| Constructor and Description |
|---|
OrderedATNConfigSet() |
OrderedATNConfigSet(ATNConfigSet set,
boolean readonly) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canMerge(ATNConfig left,
long leftKey,
ATNConfig right) |
ATNConfigSet |
clone(boolean readonly) |
protected long |
getKey(ATNConfig e) |
add, add, addAll, addAll, clear, clearExplicitSemanticContext, contains, containsAll, ensureWritable, equals, get, getConflictInfo, getConflictingAlts, getDipsIntoOuterContext, getRepresentedAlternatives, getStates, getUniqueAlt, hashCode, hasSemanticContext, isEmpty, isExactConflict, isOutermostConfigSet, isReadOnly, iterator, markExplicitSemanticContext, optimizeConfigs, remove, remove, removeAll, retainAll, setConflictInfo, setOutermostConfigSet, size, toArray, toArray, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitspliteratorparallelStream, removeIf, streampublic OrderedATNConfigSet()
public OrderedATNConfigSet(ATNConfigSet set, boolean readonly)
public ATNConfigSet clone(boolean readonly)
clone in class ATNConfigSetprotected long getKey(ATNConfig e)
getKey in class ATNConfigSetprotected boolean canMerge(ATNConfig left, long leftKey, ATNConfig right)
canMerge in class ATNConfigSetCopyright © 1992–2024 Daniel Sun. All rights reserved.