Uses of Class
org.holtz.zoe.Value

Uses of Value in org.holtz.zoe
 

Subclasses of Value in org.holtz.zoe
 class LabelReference
          A Statement Operand that points to a Label elsewhere in the same Zoel program.
 class Literal
          A string or numeric Operand of a Statement in a Zoel program.
 class Number
          A numeric Literal Operand of a Statement in a Zoel program.
 class RegisterReference
          A Bug attribute referenced as a Statement's Operand in a Zoel program.
 class StringLiteral
          A string Literal Operand of a Statement in a Zoel program.
 

Methods in org.holtz.zoe that return Value
static Value Value.parse(ZoelTokenizer zoelTokenizer)