public abstract static class FunctionSupport.BaseFunction extends Object implements Function
Modifier | Constructor and Description |
---|---|
protected |
BaseFunction(String name,
int minParams,
int maxParams) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
protected EvalException |
invalidFunctionCall(Throwable t,
Value[] params) |
boolean |
isPure() |
String |
toString() |
protected void |
validateNumParams(Value[] params) |
protected BaseFunction(String name, int minParams, int maxParams)
public String getName()
public boolean isPure()
protected void validateNumParams(Value[] params)
protected EvalException invalidFunctionCall(Throwable t, Value[] params)
Copyright © 2005–2018. All rights reserved.