Uses of Class
org.holtz.zoe.zoel.ZoelVM.Turn

Packages that use ZoelVM.Turn
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 ZoelVM.Turn in org.holtz.zoe
 

Methods in org.holtz.zoe that return ZoelVM.Turn
 ZoelVM.Turn Phene.execute(Operator operator, Literal operand)
           
 ZoelVM.Turn Bug.execute(Operator operator, Literal operand)
           
 

Uses of ZoelVM.Turn in org.holtz.zoe.zoel
 

Methods in org.holtz.zoe.zoel that return ZoelVM.Turn
 ZoelVM.Turn ZoelVMHost.execute(Operator op, Literal arg)
           
 ZoelVM.Turn ZoelVM.next()
          Step until turn ends
static ZoelVM.Turn ZoelVM.Turn.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ZoelVM.Turn[] ZoelVM.Turn.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 ZoelVM.Turn Operator.whetherTurnContinues()