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

Packages that use State
org.extex.ocpware.compiler.arith This package contains arithmetic expression classes for compiling OCPs. 
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 State in org.extex.ocpware.compiler.arith
 

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

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

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

Methods in org.extex.ocpware.compiler.parser that return State
 State CompilerState.getCurrentState()
          Getter for current state.
 

Methods in org.extex.ocpware.compiler.parser that return types with arguments of type State
 java.util.List<State> CompilerState.getState()
          Getter for state.