@Deprecated public abstract class FormattedWarpScriptFunction extends NamedWarpScriptFunction implements WarpScriptStackFunction
| Modifier and Type | Class and Description |
|---|---|
static class |
FormattedWarpScriptFunction.Arguments
Deprecated.
|
static class |
FormattedWarpScriptFunction.ArgumentsBuilder
Deprecated.
|
| Constructor and Description |
|---|
FormattedWarpScriptFunction(java.lang.String name)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract WarpScriptStack |
apply(java.util.Map<java.lang.String,java.lang.Object> formattedArgs,
WarpScriptStack stack)
Deprecated.
|
java.lang.Object |
apply(WarpScriptStack stack)
Deprecated.
Create the formatted args from the signatures provided by the child class, and apply child's apply method.
|
protected abstract FormattedWarpScriptFunction.Arguments |
getArguments()
Deprecated.
|
protected java.lang.StringBuilder |
getDocstring()
Deprecated.
|
protected java.util.List<java.lang.String> |
getUnitTests()
Deprecated.
|
getName, refSnapshot, setName, toStringpublic FormattedWarpScriptFunction(java.lang.String name)
protected abstract FormattedWarpScriptFunction.Arguments getArguments()
protected abstract WarpScriptStack apply(java.util.Map<java.lang.String,java.lang.Object> formattedArgs, WarpScriptStack stack) throws WarpScriptException
WarpScriptExceptionprotected final java.lang.StringBuilder getDocstring()
protected java.util.List<java.lang.String> getUnitTests()
public final java.lang.Object apply(WarpScriptStack stack) throws WarpScriptException
apply in interface WarpScriptStackFunctionstack - WarpScriptException