org.javacc.parser
Class Nfa

java.lang.Object
  extended by org.javacc.parser.Nfa

public class Nfa
extends java.lang.Object


Constructor Summary
Nfa()
           
Nfa(NfaState startGiven, NfaState finalGiven)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Nfa

public Nfa()

Nfa

public Nfa(NfaState startGiven,
           NfaState finalGiven)