Uses of Class
org.holtz.zoe.Operand

Uses of Operand in org.holtz.zoe
 

Subclasses of Operand in org.holtz.zoe
 class GeneList
          A list of Genes of a Bug, constituting a block statement in a Zoel program.
 class LabelReference
          A Gene Operand that points to a Label elsewhere in the same Zoel program.
 class Literal
          A string or numeric Operand of a Gene in a Zoel program.
 class Number
          A numeric Literal Operand of a Gene in a Zoel program.
 class RegisterReference
          A Bug attribute referenced as a Gene's Operand in a Zoel program.
 class StringLiteral
          A string Literal Operand of a Gene in a Zoel program.
 class Value
          A Gene argument that is a literal or reference rather than a GeneList block statement.
 

Fields in org.holtz.zoe declared as Operand
 Operand Gene.arg
           
 

Methods in org.holtz.zoe that return Operand
abstract  Operand Operand.copy()
           
 

Constructors in org.holtz.zoe with parameters of type Operand
Gene(Operator theOp, Operand theArg)