|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.core.parser.JFlex.StatePairList
public final class StatePairList
A list of pairs of states. Used in DFA minimization.
Constructor Summary | |
---|---|
StatePairList()
|
Method Summary | |
---|---|
void |
addPair(int i,
int j)
|
void |
markAll(StatePairList[][] list,
boolean[][] equiv)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatePairList()
Method Detail |
---|
public void addPair(int i, int j)
public void markAll(StatePairList[][] list, boolean[][] equiv)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |