- java.lang.Object
-
- org.praxislive.script.impl.AbstractInlineCommand
-
- All Implemented Interfaces:
Command
,InlineCommand
public abstract class AbstractInlineCommand extends Object implements InlineCommand
-
-
Constructor Summary
Constructors Constructor Description AbstractInlineCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackFrame
createStackFrame(Namespace namespace, List<Value> args)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.praxislive.script.InlineCommand
process
-
-
-
-
Method Detail
-
createStackFrame
public StackFrame createStackFrame(Namespace namespace, List<Value> args) throws ExecutionException
- Specified by:
createStackFrame
in interfaceCommand
- Throws:
ExecutionException
-
-