Uses of Class
org.holtz.zoe.zoel.RegisterReference.Whose

Packages that use RegisterReference.Whose
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 RegisterReference.Whose in org.holtz.zoe.zoel
 

Fields in org.holtz.zoe.zoel declared as RegisterReference.Whose
 RegisterReference.Whose RegisterReference.who
           
 

Methods in org.holtz.zoe.zoel that return RegisterReference.Whose
static RegisterReference.Whose RegisterReference.Whose.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RegisterReference.Whose[] RegisterReference.Whose.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.holtz.zoe.zoel with parameters of type RegisterReference.Whose
RegisterReference(Register theReg, RegisterReference.Whose theWho)