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

Packages that use IllegalOpcodeException
org.extex.ocpware.compiler.arith This package contains arithmetic expression classes for compiling OCPs. 
org.extex.ocpware.compiler.expression   
org.extex.ocpware.compiler.left This package contains the left term classes for compiling OCPs. 
org.extex.ocpware.compiler.parser This package contains some utility classes for compiling OCPs. 
 

Uses of IllegalOpcodeException in org.extex.ocpware.compiler.arith
 

Methods in org.extex.ocpware.compiler.arith that throw IllegalOpcodeException
 java.util.List<java.lang.Integer> Constant.genLeft(State state, CompilerState cs)
          Compile the left item and add the appropriate instructions to the state.
 

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

Methods in org.extex.ocpware.compiler.expression that throw IllegalOpcodeException
 void Expression.compile(CompilerState cs)
          Compile an expression in ΩCP instructions and store them in a compiler state.
 

Uses of IllegalOpcodeException in org.extex.ocpware.compiler.left
 

Methods in org.extex.ocpware.compiler.left that throw IllegalOpcodeException
 java.util.List<java.lang.Integer> PlusLeft.genLeft(State state, CompilerState cs)
          Compile the left item and add the appropriate instructions to the state.
 java.util.List<java.lang.Integer> Left.genLeft(State state, CompilerState cs)
          Compile the left item and add the appropriate instructions to the state.
 java.util.List<java.lang.Integer> NotChoiceLeft.genLeft(State state, CompilerState cs)
          Compile the left item and add the appropriate instructions to the state.
 java.util.List<java.lang.Integer> LeftList.genLeft(State state, CompilerState cs)
          Compile the left item and add the appropriate instructions to the state.
 java.util.List<java.lang.Integer> ChoiceLeft.genLeft(State state, CompilerState cs)
          Compile the left item and add the appropriate instructions to the state.
 java.util.List<java.lang.Integer> CompleteLeft.genLeft(State state, CompilerState cs)
          Compile the left item and add the appropriate instructions to the state.
 

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

Methods in org.extex.ocpware.compiler.parser that throw IllegalOpcodeException
 void State.close()
          Close the state by adding some final instructions.
 int State.putInstruction(int opCode)
          Put an instruction of one op code and no argument into the store.
 int State.putInstruction(int opCode, int arg1)
          Put an instruction of one op code and one argument into the store.
 int State.putInstruction(int opCode, int arg1, int arg2)
          Put an instruction of one op code and two arguments into the store.