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

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

Methods in org.holtz.zoe.zoel that return Number
 Number Number.copy()
           
 

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