Uses of Class
org.holtz.zoe.Literal

Uses of Literal in org.holtz.zoe
 

Subclasses of Literal in org.holtz.zoe
 class Number
          A numeric Literal Operand of a Statement in a Zoel program.
 class StringLiteral
          A string Literal Operand of a Statement in a Zoel program.
 

Methods in org.holtz.zoe that return Literal
 Literal ZoelVM.pop()
           
 

Methods in org.holtz.zoe with parameters of type Literal
 ZoelVM ZoelVM.poke(Literal val)
           
 ZoelVM ZoelVM.push(Literal val)