Uses of Class
org.praxislive.script.StackFrame.State
-
Packages that use StackFrame.State Package Description org.praxislive.script org.praxislive.script.impl -
-
Uses of StackFrame.State in org.praxislive.script
Methods in org.praxislive.script that return StackFrame.State Modifier and Type Method Description StackFrame.State
StackFrame. getState()
static StackFrame.State
StackFrame.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static StackFrame.State[]
StackFrame.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.praxislive.script with parameters of type StackFrame.State Modifier and Type Method Description void
StackFrame. postResponse(StackFrame.State state, List<Value> args)
-
Uses of StackFrame.State in org.praxislive.script.impl
Methods in org.praxislive.script.impl that return StackFrame.State Modifier and Type Method Description StackFrame.State
AbstractSingleCallFrame. getState()
Methods in org.praxislive.script.impl with parameters of type StackFrame.State Modifier and Type Method Description void
AbstractSingleCallFrame. postResponse(StackFrame.State state, List<Value> args)
-