Uses of Interface
org.praxislive.script.Namespace
Packages that use Namespace
-
Uses of Namespace in org.praxislive.script
Methods in org.praxislive.script that return NamespaceModifier and TypeMethodDescriptionNamespace.createChild()Create a child Namespace of this Namespace.final NamespaceAbstractSingleCallFrame.getNamespace()Methods in org.praxislive.script with parameters of type NamespaceModifier and TypeMethodDescriptionCommand.createStackFrame(Namespace namespace, List<Value> args) Create a StackFrame to execute the command with the provided Namespace and arguments.default InlineCommand.InlineStackFrameInlineCommand.createStackFrame(Namespace namespace, List<Value> args) Create a StackFrame to execute the command with the provided Namespace and arguments.static ScriptStackFrame.BuilderCreate aScriptStackFrame.Builderfor the provided namespace and script.Execute the command with the given environment, namespace and arguments.Constructors in org.praxislive.script with parameters of type NamespaceModifierConstructorDescriptionprotectedAbstractSingleCallFrame(Namespace namespace, List<Value> args)