Module org.praxislive.script
Package org.praxislive.script
package org.praxislive.script
-
ClassDescriptionAn abstract
StackFramefor commands that need to make a stack frame that makes a single call and processes its response.A script command.Service provider interface for other modules to provide commands.A default implementation ofScriptService.Environment context interface passed in toStackFrame.process(org.praxislive.script.Env)andInlineCommand.process(org.praxislive.script.Env, org.praxislive.script.Namespace, java.util.List).Simple subtype ofCommandthat can be executed and produce a result immediately (without child stack frames or making calls).A default implementation of StackFrame for use by InlineCommand implementations.A stackframe implementation that supports parsing and running of Pcl scripts.A builder forScriptStackFrame.A StackFrame used within the script executor pointing to the currently executing command.Possible states of a StackFrame.Storage for a value, to be used withNamespace.