Uses of Package
com.scriptbasic.spi
Packages that use com.scriptbasic.spi
Package
Description
-
Classes in com.scriptbasic.spi used by com.scriptbasicClassDescriptionAn 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.apiClassDescriptionAn 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
-
Classes in com.scriptbasic.spi used by com.scriptbasic.executorsClassDescriptionClasses that provide methods to execute a command implement this interface.An interpreter instance executes a program.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.A LeftValue is a value that can stand on the left hand side of an assignment command.
-
Classes in com.scriptbasic.spi used by com.scriptbasic.executors.commandsClassDescriptionClasses that provide methods to execute a command implement this interface.An interpreter instance executes a program.A LeftValue is a value that can stand on the left hand side of an assignment command.
-
Classes in com.scriptbasic.spi used by com.scriptbasic.executors.leftvaluesClassDescriptionAn interpreter instance executes a program.A LeftValue is a value that can stand on the left hand side of an assignment command.
-
Classes in com.scriptbasic.spi used by com.scriptbasic.executors.operators
-
Classes in com.scriptbasic.spi used by com.scriptbasic.executors.rightvaluesClassDescriptionAn interpreter instance executes a program.
-
Classes in com.scriptbasic.spi used by com.scriptbasic.hooksClassDescriptionClasses that provide methods to execute a command implement this interface.An interpreter instance executes a program.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.A simple implementation of the InterpreterHook.
-
Classes in com.scriptbasic.spi used by com.scriptbasic.interfacesClassDescriptionClasses that provide methods to execute a command implement this interface.An interpreter instance executes a program.A LeftValue is a value that can stand on the left hand side of an assignment command.
-
Classes in com.scriptbasic.spi used by com.scriptbasic.memory
-
Classes in com.scriptbasic.spi used by com.scriptbasic.spiClassDescriptionClasses that provide methods to execute a command implement this interface.An interpreter instance executes a program.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.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.
-
Classes in com.scriptbasic.spi used by com.scriptbasic.syntaxClassDescriptionClasses that provide methods to execute a command implement this interface.
-
Classes in com.scriptbasic.spi used by com.scriptbasic.syntax.commandsClassDescriptionClasses that provide methods to execute a command implement this interface.A LeftValue is a value that can stand on the left hand side of an assignment command.
-
Classes in com.scriptbasic.spi used by com.scriptbasic.syntax.leftvalueClassDescriptionA LeftValue is a value that can stand on the left hand side of an assignment command.
-
Classes in com.scriptbasic.spi used by com.scriptbasic.utility
-
Classes in com.scriptbasic.spi used by com.scriptbasic.utility.functions
-
Classes in com.scriptbasic.spi used by com.scriptbasic.utility.functions.fileClassDescriptionWhen 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.