org.antlr.analysis
Class StateCluster
java.lang.Object
org.antlr.analysis.StateCluster
public class StateCluster
- extends Object
A Cluster object points to the left/right (start and end) states of a
state machine. Used to build NFAs.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
left
public NFAState left
right
public NFAState right
StateCluster
public StateCluster(NFAState left,
NFAState right)
Copyright © 2011. All Rights Reserved.