org.sablecc.sablecc.parser
Class State

java.lang.Object
  extended by org.sablecc.sablecc.parser.State

final class State
extends java.lang.Object


Field Summary
(package private)  java.util.ArrayList nodes
           
(package private)  int state
           
 
Constructor Summary
State(int state, java.util.ArrayList nodes)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

state

int state

nodes

java.util.ArrayList nodes
Constructor Detail

State

State(int state,
      java.util.ArrayList nodes)