public abstract static class FunctionSupport.Func1 extends FunctionSupport.BaseFunction
| Modifier and Type | Method and Description |
|---|---|
Value |
eval(EvalContext ctx,
Value... params)
Evaluates this function within the given context with the given
parameters.
|
protected abstract Value |
eval1(EvalContext ctx,
Value param) |
getName, invalidFunctionCall, isPure, toString, validateNumParamsprotected Func1(String name)
public final Value eval(EvalContext ctx, Value... params)
Functionprotected abstract Value eval1(EvalContext ctx, Value param)
Copyright © 2005–2018. All rights reserved.