Uses of Class
org.holtz.zoe.Operation

Uses of Operation in org.holtz.zoe
 

Fields in org.holtz.zoe declared as Operation
 Operation OperationCall.operation
           
 

Methods in org.holtz.zoe that return Operation
static Operation Operation.parse(java.lang.String firstWord, ZoelTokenizer zoelTokenizer)
           
static Operation Operation.parse(ZoelTokenizer zoelTokenizer)
           
 Operation OperationCall.peek()
           
 

Methods in org.holtz.zoe with parameters of type Operation
 ZoelVM.Turn ZoelVMHost.execute(Operation operation)
           
 ZoelVM.Turn Bug.execute(Operation operation)
           
 java.lang.String Genotype2.toString(java.lang.String statementSeparator, Operation currStmt, java.lang.String cursor)
           
 java.lang.String GeneList.toString(java.lang.String statementSeparator, Operation currStmt, java.lang.String cursor)
           
 java.lang.String Gene.toString(java.lang.String statementSeparator, Operation currStmt, java.lang.String cursor)
           
 

Constructors in org.holtz.zoe with parameters of type Operation
Operation(Operation operation2Copy)
           
Operation(Operator theOp, Operation theArg)
           
OperationCall(Operation theOperation)