Uses of Interface
org.praxislive.script.StackFrame
-
Packages that use StackFrame Package Description org.praxislive.script org.praxislive.script.impl -
-
Uses of StackFrame in org.praxislive.script
Methods in org.praxislive.script that return StackFrame Modifier and Type Method Description StackFrame
Command. createStackFrame(Namespace namespace, List<Value> args)
StackFrame
StackFrame. process(Env env)
-
Uses of StackFrame in org.praxislive.script.impl
Classes in org.praxislive.script.impl that implement StackFrame Modifier and Type Class Description class
AbstractSingleCallFrame
Methods in org.praxislive.script.impl that return StackFrame Modifier and Type Method Description StackFrame
AbstractInlineCommand. createStackFrame(Namespace namespace, List<Value> args)
StackFrame
AbstractSingleCallFrame. process(Env env)
-