Uses of Class
org.holtz.zoe.zoel.Operation

Packages that use Operation
org.holtz.zoe A Zoe World with evolvable Bugs controlled by Genes coded as mutating Zoel programs.
 
org.holtz.zoe.zoel A Turing-complete mutatable programming language featuring block statements, a stack, a heap, registers of sensory data, and operators to perform actions in the Zoe World.
 
 

Uses of Operation in org.holtz.zoe
 

Methods in org.holtz.zoe with parameters of type Operation
 java.lang.String Genotype.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)
           
 

Uses of Operation in org.holtz.zoe.zoel
 

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

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

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