-
Class Summary
| Class |
Description |
| BasicRuntimeFunctionRegisterer |
Utility class to register the functions implemented in Java and that are
available to BASIC programs.
|
| ErrorFunctions |
|
| MathFunctions |
This class contains static methods that are place holders to register the
methods of the class java.lang.Math for the BASIC programs.
|
| StringFunctions |
This class implements string functions for the BASIC interpreter.
|
| UtilityFunctions |
Static methods in this class are registered in the interpreter when the
interpreter starts.
|