Uses of Class
org.praxislive.script.ScriptStackFrame.Builder
Packages that use ScriptStackFrame.Builder
-
Uses of ScriptStackFrame.Builder in org.praxislive.script
Methods in org.praxislive.script that return ScriptStackFrame.BuilderModifier and TypeMethodDescriptionScriptStackFrame.Builder.allowedCommands(List<String> commands) Specify a list of allowed commands to filter those available from the provided namespace.ScriptStackFrame.Builder.createConstant(String id, Value value) Create a constant with the given name and value in the script namespace.ScriptStackFrame.Builder.createVariable(String id, Value value) Create a variable with the given name and value in the script namespace.static ScriptStackFrame.BuilderCreate aScriptStackFrame.Builderfor the provided namespace and script.ScriptStackFrame.Builder.inline()Run the script directly in the provided namespace rather than a child.ScriptStackFrame.Builder.trapErrors()Trap errors.