Uses of Package
com.scriptbasic.spi
-
Classes in com.scriptbasic.spi used by com.scriptbasic Class Description InterpreterHook An interpreter hook can be registered into an interpreter and the methods of the hook are called by the interpreter when executing the the BASIC program. -
Classes in com.scriptbasic.spi used by com.scriptbasic.api Class Description InterpreterHook An interpreter hook can be registered into an interpreter and the methods of the hook are called by the interpreter when executing the the BASIC program. -
Classes in com.scriptbasic.spi used by com.scriptbasic.context Class Description Interpreter An interpreter instance executes a program. -
Classes in com.scriptbasic.spi used by com.scriptbasic.executors Class Description Command Classes that provide methods to execute a command implement this interface.Interpreter An interpreter instance executes a program.InterpreterHook An interpreter hook can be registered into an interpreter and the methods of the hook are called by the interpreter when executing the the BASIC program.LeftValue A LeftValue is a value that can stand on the left hand side of an assignment command.LeftValueList RightValue -
Classes in com.scriptbasic.spi used by com.scriptbasic.executors.commands Class Description Command Classes that provide methods to execute a command implement this interface.Interpreter An interpreter instance executes a program.LeftValue A LeftValue is a value that can stand on the left hand side of an assignment command.LeftValueList RightValue -
Classes in com.scriptbasic.spi used by com.scriptbasic.executors.leftvalues Class Description Interpreter An interpreter instance executes a program.LeftValue A LeftValue is a value that can stand on the left hand side of an assignment command.RightValue -
Classes in com.scriptbasic.spi used by com.scriptbasic.executors.operators Class Description Interpreter An interpreter instance executes a program.RightValue -
Classes in com.scriptbasic.spi used by com.scriptbasic.executors.rightvalues Class Description BasicArray BasicValue Interpreter An interpreter instance executes a program.RightValue -
Classes in com.scriptbasic.spi used by com.scriptbasic.hooks Class Description Command Classes that provide methods to execute a command implement this interface.Interpreter An interpreter instance executes a program.InterpreterHook An interpreter hook can be registered into an interpreter and the methods of the hook are called by the interpreter when executing the the BASIC program.SimpleHook A simple implementation of the InterpreterHook. -
Classes in com.scriptbasic.spi used by com.scriptbasic.interfaces Class Description Command Classes that provide methods to execute a command implement this interface.Interpreter An interpreter instance executes a program.LeftValue A LeftValue is a value that can stand on the left hand side of an assignment command.RightValue -
Classes in com.scriptbasic.spi used by com.scriptbasic.memory Class Description RightValue -
Classes in com.scriptbasic.spi used by com.scriptbasic.spi Class Description BasicArray Command Classes that provide methods to execute a command implement this interface.Interpreter An interpreter instance executes a program.InterpreterHook An interpreter hook can be registered into an interpreter and the methods of the hook are called by the interpreter when executing the the BASIC program.LeftValueList NoAccess When a BASIC extension function implemented in Java returns an object for the sole purpose that it can be passed as argument to other extension functions implemented in Java (and probably in the same class), but it does not want the BASIC program to get or set any field or invoke any method from this object then the return value can be of a type that implements this interface.RightValue -
Classes in com.scriptbasic.spi used by com.scriptbasic.syntax Class Description Command Classes that provide methods to execute a command implement this interface. -
Classes in com.scriptbasic.spi used by com.scriptbasic.syntax.commands Class Description Command Classes that provide methods to execute a command implement this interface.LeftValue A LeftValue is a value that can stand on the left hand side of an assignment command.LeftValueList -
Classes in com.scriptbasic.spi used by com.scriptbasic.syntax.leftvalue Class Description LeftValue A LeftValue is a value that can stand on the left hand side of an assignment command.LeftValueList -
Classes in com.scriptbasic.spi used by com.scriptbasic.utility Class Description Interpreter An interpreter instance executes a program.RightValue -
Classes in com.scriptbasic.spi used by com.scriptbasic.utility.functions Class Description Interpreter An interpreter instance executes a program. -
Classes in com.scriptbasic.spi used by com.scriptbasic.utility.functions.file Class Description BasicArray NoAccess When a BASIC extension function implemented in Java returns an object for the sole purpose that it can be passed as argument to other extension functions implemented in Java (and probably in the same class), but it does not want the BASIC program to get or set any field or invoke any method from this object then the return value can be of a type that implements this interface.