Uses of Class
gate.jape.KleeneOperator.Type

Packages that use KleeneOperator.Type
gate.jape   
 

Uses of KleeneOperator.Type in gate.jape
 

Fields in gate.jape declared as KleeneOperator.Type
private  KleeneOperator.Type KleeneOperator.type
           
 

Methods in gate.jape that return KleeneOperator.Type
static KleeneOperator.Type KleeneOperator.Type.getFromJapeConstant(int op)
          Conversion routine from the old JapeConstants values to the type class.
static KleeneOperator.Type KleeneOperator.Type.getFromSymbol(String symbol)
          Conversion routine from the string symbol for a type to the type Enum.
 KleeneOperator.Type KleeneOperator.getType()
           
static KleeneOperator.Type KleeneOperator.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KleeneOperator.Type[] KleeneOperator.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in gate.jape with parameters of type KleeneOperator.Type
 void KleeneOperator.setType(KleeneOperator.Type type)
           
 

Constructors in gate.jape with parameters of type KleeneOperator.Type
ComplexPatternElement(ConstraintGroup constraintGroup, KleeneOperator.Type kleeneType, String bindingName)
           
KleeneOperator(KleeneOperator.Type type)
          Create an operator with the given type, setting the appropriate min for each (and max when defined).