ScriptBasic |
ScriptBasic.FunctionBuilder.FunctionBuilder2.arguments(java.lang.Class<?>... argumentTypes) |
|
static ScriptBasic |
ScriptBasic.engine() |
|
default ScriptBasic |
ScriptBasic.error(java.io.Writer error) |
|
ScriptBasic |
ScriptBasic.eval(java.io.File sourceFile) |
Evaluate the content of a file.
|
ScriptBasic |
ScriptBasic.eval(java.io.Reader reader) |
Read the content of a stream provided by the reader and interpret this as
a BASIC program.
|
ScriptBasic |
ScriptBasic.eval(java.lang.String sourceCode) |
Evaluate a string as a BASIC program.
|
ScriptBasic |
ScriptBasic.eval(java.lang.String sourceFileName,
SourcePath path) |
Read the content of the file and execute it.
|
ScriptBasic |
ScriptBasic.eval(java.lang.String sourceName,
SourceProvider provider) |
Read the content of the source from the file, db...
|
ScriptBasic |
ScriptBasic.eval(java.lang.String sourceFileName,
java.lang.String... path) |
Read the content of the file and execute it.
|
ScriptBasic |
ScriptBasic.execute() |
Execute a previously loaded code.
|
default ScriptBasic |
ScriptBasic.input(java.io.Reader input) |
|
ScriptBasic |
ScriptBasic.VariableBuilder.is(java.lang.Object value) |
|
ScriptBasic |
ScriptBasic.load(java.io.File sourceFile) |
Evaluate the content of a file.
|
ScriptBasic |
ScriptBasic.load(java.io.Reader reader) |
Read the content of a stream provided by the reader and interpret this as
a BASIC program.
|
ScriptBasic |
ScriptBasic.load(java.lang.String sourceCode) |
Load a string as a BASIC program.
|
ScriptBasic |
ScriptBasic.load(java.lang.String sourceFileName,
SourcePath path) |
Read the content of the file and execute it.
|
ScriptBasic |
ScriptBasic.load(java.lang.String sourceName,
SourceProvider provider) |
Read the content of the source from the file, db...
|
ScriptBasic |
ScriptBasic.load(java.lang.String sourceFileName,
java.lang.String... path) |
Read the content of the file and execute it.
|
default ScriptBasic |
ScriptBasic.output(java.io.Writer output) |
|
ScriptBasic |
ScriptBasic.registerExtension(java.lang.Class<?> klass) |
Register the static methods of the class as BASIC functions.
|
ScriptBasic |
ScriptBasic.registerHook(InterpreterHook hook) |
Register an interpreter hook class.
|