Uses of Interface
com.scriptbasic.api.ScriptBasic
Packages that use ScriptBasic
-
Uses of ScriptBasic in com.scriptbasic
Classes in com.scriptbasic that implement ScriptBasicMethods in com.scriptbasic that return ScriptBasicModifier and TypeMethodDescriptionEngine.eval(String sourceFileName, SourcePath path) Engine.eval(String sourceName, SourceProvider provider) Engine.execute()Engine.load(String sourceFileName, SourcePath path) Engine.load(String sourceName, SourceProvider provider) Engine.registerExtension(Class<?> klass) Engine.registerHook(InterpreterHook hook) -
Uses of ScriptBasic in com.scriptbasic.api
Methods in com.scriptbasic.api that return ScriptBasicModifier and TypeMethodDescriptionstatic ScriptBasicScriptBasic.engine()default ScriptBasicEvaluate the content of a file.Read the content of a stream provided by the reader and interpret this as a BASIC program.Evaluate a string as a BASIC program.ScriptBasic.eval(String sourceFileName, SourcePath path) Read the content of the file and execute it.ScriptBasic.eval(String sourceName, SourceProvider provider) Read the content of the source from the file, db...Read the content of the file and execute it.ScriptBasic.execute()Execute a previously loaded code.default ScriptBasicEvaluate the content of a file.Read the content of a stream provided by the reader and interpret this as a BASIC program.Load a string as a BASIC program.ScriptBasic.load(String sourceFileName, SourcePath path) Read the content of the file and execute it.ScriptBasic.load(String sourceName, SourceProvider provider) Read the content of the source from the file, db...Read the content of the file and execute it.default ScriptBasicScriptBasic.registerExtension(Class<?> klass) Register the static methods of the class as BASIC functions.ScriptBasic.registerHook(InterpreterHook hook) Register an interpreter hook class.