Uses of Class
org.holtz.zoe.Operator

Uses of Operator in org.holtz.zoe
 

Fields in org.holtz.zoe declared as Operator
 Operator Operation.op
           
 

Methods in org.holtz.zoe that return Operator
static Operator Operator.fromString(java.lang.String str)
           
static Operator Operator.pseudoRandom(java.util.Random random)
           
static Operator Operator.random(java.util.Random random)
           
static Operator Operator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Operator[] Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.holtz.zoe with parameters of type Operator
Operation(Operator theOp)
           
Operation(Operator theOp, Expression theArg)
           
Operation(Operator theOp, Operation theArg)
           
Operation(Operator theOp, java.lang.String theArg)
           
Statement(Operator op)