Uses of Class
org.holtz.zoe.Register

Uses of Register in org.holtz.zoe
 

Fields in org.holtz.zoe declared as Register
 Register RegisterReference.reg
           
 

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