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 StackFrameCommand. createStackFrame(Namespace namespace, List<Value> args)StackFrameStackFrame. 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 classAbstractSingleCallFrameMethods in org.praxislive.script.impl that return StackFrame Modifier and Type Method Description StackFrameAbstractInlineCommand. createStackFrame(Namespace namespace, List<Value> args)StackFrameAbstractSingleCallFrame. process(Env env)
-