public class ConflictInfo extends Object
| Constructor and Description |
|---|
ConflictInfo(BitSet conflictedAlts,
boolean exact) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BitSet |
getConflictedAlts()
Gets the set of conflicting alternatives for the configuration set.
|
int |
hashCode() |
boolean |
isExact()
Gets whether or not the configuration conflict is an exact conflict.
|
public ConflictInfo(BitSet conflictedAlts, boolean exact)
public final BitSet getConflictedAlts()
public final boolean isExact()
For the PredictionMode.LL_EXACT_AMBIG_DETECTION prediction mode,
accept states are conflicting but not exact are treated as non-accept
states.
Copyright © 1992–2024 Daniel Sun. All rights reserved.