Uses of Class
gate.jape.ComplexPatternElement

Packages that use ComplexPatternElement
gate.fsm   
gate.jape   
gate.jape.parser   
 

Uses of ComplexPatternElement in gate.fsm
 

Methods in gate.fsm with parameters of type ComplexPatternElement
private  State FSM.convertComplexPE(State startState, ComplexPatternElement cpe, LinkedList<String> labels)
          Receives a state to start from and a complex pattern element.
private  String FSM.currentBinding(ComplexPatternElement cpe, int indent)
           
private  State FSM.generateStates(State startState, ComplexPatternElement cpe, LinkedList<String> labels)
          Receives a state to start from and a complex pattern element.
protected  FSM FSM.spawn(ComplexPatternElement currentPattern)
          A factory method for new FSMs like this one, given a ComplexPatternElement object.
 

Constructors in gate.fsm with parameters of type ComplexPatternElement
FSM(ComplexPatternElement cpe)
          Builds a FSM starting from a ComplexPatternElement.
 

Uses of ComplexPatternElement in gate.jape
 

Methods in gate.jape that return types with arguments of type ComplexPatternElement
protected  Iterator<ComplexPatternElement> ComplexPatternElement.getCPEs()
          Get a list of CPEs that we contain.
 

Methods in gate.jape with parameters of type ComplexPatternElement
 void LeftHandSide.addBinding(String bindingName, ComplexPatternElement binding, HashSet bindingNameSet, boolean macroRef)
          Add a binding record.
 

Uses of ComplexPatternElement in gate.jape.parser
 

Methods in gate.jape.parser that return ComplexPatternElement
 ComplexPatternElement ParseCpsl.ComplexPatternElement(LeftHandSide lhs)