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

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

Uses of StateNotDefinedException in org.extex.ocpware.compiler.expression
 

Methods in org.extex.ocpware.compiler.expression that throw StateNotDefinedException
 void Expression.compile(CompilerState cs)
          Compile an expression in ΩCP instructions and store them in a compiler state.
 void Right.compile(CompilerState cs, boolean withOffset)
          Compile a right item into appropriate instructions.
 

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

Methods in org.extex.ocpware.compiler.parser that throw StateNotDefinedException
 OcpProgram CompilerState.compile()
          Compile the current compiler state into an ocp program.
 int CompilerState.lookupState(java.lang.String state)
          Find a number representation for a state name.
 void CompilerState.setCurrentState(java.lang.String state)
          Setter for the current state.
 

Uses of StateNotDefinedException in org.extex.ocpware.compiler.state
 

Methods in org.extex.ocpware.compiler.state that throw StateNotDefinedException
 void RightState.compile(CompilerState cs, boolean withOffset)
          Translate a right state expression into a set of instructions.
 void StateChange.compile(CompilerState cs, boolean withOffset)
          Translate a right state expression into a set of instructions.
 void StatePush.compile(CompilerState cs, boolean withOffset)
          Translate a right state expression into a set of instructions.