Package dspl.intermediate.variable

Class Summary
DSPLByte DSPLByte is the Variable for the byte primitive type
DSPLComplex DSPLComplex is the DSPL Variable for Complex numbers/arrays
DSPLFloat DSPLFloat is the Variable class for the float primitive
DSPLInteger DSPLInteger is the Variable for the signed integer type
DSPLString The DSPL Variable type for Strings
DSPLUByte DSPLUByte is the Variable for the unsigned byte
DSPLUInteger DSPLUInteger is the Variable for the unsigned integer type
Variable Variable is the base abstract class used as the parent of all other abstract Variable classes