Uses of Class
org.extex.ocpware.compiler.parser.CompilerState

Packages that use CompilerState
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.sexpression This package contains some string expression classes for compiling OCPs. 
org.extex.ocpware.compiler.state This package contains some state classes for compiling OCPs. 
 

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

Methods in org.extex.ocpware.compiler.arith with parameters of type CompilerState
 java.util.List<java.lang.Integer> Constant.genLeft(State state, CompilerState cs)
          Compile the left item and add the appropriate instructions to the state.
 void Char.outRight(CompilerState cs, boolean withOffset)
          Compile the string expression into a set of ΩCP instructions.
 void LastChar.outRight(CompilerState cs, boolean withOffset)
          Compile the string expression into a set of ΩCP instructions.
 void Constant.outRight(CompilerState cs, boolean withOffset)
          Compile the string expression into a set of ΩCP instructions.
 void Arith.outRight(CompilerState cs, boolean withOffset)
          Compile the string expression into a set of ΩCP instructions.
 

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

Methods in org.extex.ocpware.compiler.expression with parameters of type CompilerState
 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 CompilerState in org.extex.ocpware.compiler.left
 

Methods in org.extex.ocpware.compiler.left with parameters of type CompilerState
 java.util.List<java.lang.Integer> StringItem.genLeft(State state, CompilerState cs)
          Compile the left item and add the appropriate instructions to the state.
 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> BeginningLeft.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> WildCard.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> DoubleLeft.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.
 java.util.List<java.lang.Integer> EndLeft.genLeft(State state, CompilerState cs)
          Compile the left item and add the appropriate instructions to the state.
 void StringItem.outRight(CompilerState cs, boolean withOffset)
          Compile the string expression into a set of ΩCP instructions.
 

Uses of CompilerState in org.extex.ocpware.compiler.sexpression
 

Methods in org.extex.ocpware.compiler.sexpression with parameters of type CompilerState
 void Expr.outRight(CompilerState cs, boolean withOffset)
          Compile the string expression into a set of ΩCP instructions.
 void Some.outRight(CompilerState cs, boolean withOffset)
          Compile the string expression into a set of ΩCP instructions.
 

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

Methods in org.extex.ocpware.compiler.state with parameters of type CompilerState
 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.
 void StatePop.compile(CompilerState cs, boolean withOffset)
          Translate a right state expression into a set of instructions.