Uses of Class
net.scheinerman.phoenix.interpreter.variables.NumberVariable

Packages that use NumberVariable
net.scheinerman.phoenix.interpreter.variables This package contains variables that deal with the creation and manipulation of variables during Phoenix program execution. 
 

Uses of NumberVariable in net.scheinerman.phoenix.interpreter.variables
 

Fields in net.scheinerman.phoenix.interpreter.variables declared as NumberVariable
static NumberVariable Constants.DEF_NUM
          The constant for a default number variable.
private  NumberVariable StringVariable.FALSE
           
private  NumberVariable NumberVariable.FALSE
           
static NumberVariable Constants.FALSE
          The constant for a false value which is a number variable with a value of 0.
private  NumberVariable StringVariable.TRUE
           
private  NumberVariable NumberVariable.TRUE
           
static NumberVariable Constants.TRUE
          The constant for a true value which is a number variable with a value of 1.