Uses of Enum Class
org.praxislive.script.StackFrame.State
Packages that use StackFrame.State
-
Uses of StackFrame.State in org.praxislive.script
Methods in org.praxislive.script that return StackFrame.StateModifier and TypeMethodDescriptionfinal StackFrame.StateAbstractSingleCallFrame.getState()InlineCommand.InlineStackFrame.getState()ScriptStackFrame.getState()StackFrame.getState()Get the current state of this StackFrame.static StackFrame.StateReturns the enum constant of this class with the specified name.static StackFrame.State[]StackFrame.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.praxislive.script with parameters of type StackFrame.StateModifier and TypeMethodDescriptionfinal voidAbstractSingleCallFrame.postResponse(StackFrame.State state, List<Value> args) voidInlineCommand.InlineStackFrame.postResponse(StackFrame.State state, List<Value> args) voidScriptStackFrame.postResponse(StackFrame.State state, List<Value> args) voidStackFrame.postResponse(StackFrame.State state, List<Value> args) Used by the script executor to post the result of a child StackFrame returned byStackFrame.process(org.praxislive.script.Env).