|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.antlr.analysis.StateCluster
public class StateCluster
A Cluster object points to the left/right (start and end) states of a state machine. Used to build NFAs.
Field Summary | |
---|---|
NFAState |
left
|
NFAState |
right
|
Constructor Summary | |
---|---|
StateCluster(NFAState left,
NFAState right)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public NFAState left
public NFAState right
Constructor Detail |
---|
public StateCluster(NFAState left, NFAState right)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |