Package net.scheinerman.phoenix.interpreter.functions

This package contains classes that deal with functions that can be declared and called in the execution of a Phoenix program.

See:
          Description

Class Summary
BuiltInFunction  
Function A Function is an Interpreter that takes can be run multiple times with different arguments.
NativeFunction A native function is a function that calls the main method of a Java program with a list of inputs.
 

Package net.scheinerman.phoenix.interpreter.functions Description

This package contains classes that deal with functions that can be declared and called in the execution of a Phoenix program.