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

Uses of ZoelVM.Turn in org.holtz.zoe
 

Methods in org.holtz.zoe that return ZoelVM.Turn
 ZoelVM.Turn ZoelVMHost.evaluate(RegisterReference arg)
           
 ZoelVM.Turn Bug.evaluate(RegisterReference arg)
           
 ZoelVM.Turn ZoelVMHost.execute(Operation operation)
           
 ZoelVM.Turn Bug.execute(Operation operation)
           
 ZoelVM.Turn ZoelVMHost.step()
           
 ZoelVM.Turn Bug.step()
           
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()