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

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

Methods in org.holtz.zoe with parameters of type RegisterReference
 Literal Phene.get(RegisterReference arg)
           
 Literal Bug.get(RegisterReference arg)
           
 

Uses of RegisterReference in org.holtz.zoe.zoel
 

Methods in org.holtz.zoe.zoel that return RegisterReference
 RegisterReference RegisterReference.copy()
           
static RegisterReference RegisterReference.parse(java.lang.String sval)
           
static RegisterReference RegisterReference.parse(ZoelTokenizer zoelTokenizer)
           
 

Methods in org.holtz.zoe.zoel with parameters of type RegisterReference
 Literal ZoelVMHost.get(RegisterReference arg)
           
 

Constructors in org.holtz.zoe.zoel with parameters of type RegisterReference
RegisterReference(RegisterReference obj2Copy)