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

Packages that use AliasNotDefinedException
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 AliasNotDefinedException in org.extex.ocpware.compiler.expression
 

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

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

Methods in org.extex.ocpware.compiler.left that throw AliasNotDefinedException
 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> AliasLeft.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 AliasNotDefinedException in org.extex.ocpware.compiler.parser
 

Methods in org.extex.ocpware.compiler.parser that throw AliasNotDefinedException
 OcpProgram CompilerState.compile()
          Compile the current compiler state into an ocp program.
 Left CompilerState.lookupAlias(java.lang.String alias)
          Find a value for an alias name.