Uses of Class
org.extex.ocpware.compiler.exception.StateDefinedException

Packages that use StateDefinedException
org.extex.ocpware.compiler.parser This package contains some utility classes for compiling OCPs. 
 

Uses of StateDefinedException in org.extex.ocpware.compiler.parser
 

Methods in org.extex.ocpware.compiler.parser that throw StateDefinedException
 void CompilerState.parse(java.io.InputStream stream)
          Compile an input stream into an oc program.
 void CompilerState.storeState(java.lang.String name)
          Save a new name as name of a state.
 

Constructors in org.extex.ocpware.compiler.parser that throw StateDefinedException
CompilerState()
          Creates a new object.
CompilerState(java.io.InputStream stream)
          Creates a new object.