org.antlr.analysis
Class StateCluster

java.lang.Object
  extended by org.antlr.analysis.StateCluster

public class StateCluster
extends java.lang.Object

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

left

public NFAState left

right

public NFAState right
Constructor Detail

StateCluster

public StateCluster(NFAState left,
                    NFAState right)


Copyright © 2013. All Rights Reserved.