Package net.scheinerman.phoenix.interpreter.variables

This package contains variables that deal with the creation and manipulation of variables during Phoenix program execution.

See:
          Description

Interface Summary
Variable A variable is a named data container that can be manipulated through operators.
 

Class Summary
AbstractVariable Manages several of the methods of the Variable interface so that they don't need to be implemented by the StringVariable and NumberVariable classes.
Constants Contains variable constants for use in the Phoenix programming language.
FunctionVariable  
NumberVariable  
StringVariable  
 

Package net.scheinerman.phoenix.interpreter.variables Description

This package contains variables that deal with the creation and manipulation of variables during Phoenix program execution.