-
- All Superinterfaces:
Command
- All Known Implementing Classes:
AbstractInlineCommand
public interface InlineCommand extends Command
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Value>
process(Env context, Namespace namespace, List<Value> args)
-
Methods inherited from interface org.praxislive.script.Command
createStackFrame
-
-
-
-
Method Detail
-
process
List<Value> process(Env context, Namespace namespace, List<Value> args) throws ExecutionException
- Throws:
ExecutionException
-
-