public abstract static class FunctionSupport.Func2 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 |
eval2(EvalContext ctx,
Value param1,
Value param2) |
getName, invalidFunctionCall, isPure, toString, validateNumParamsprotected Func2(String name)
public final Value eval(EvalContext ctx, Value... params)
Functionprotected abstract Value eval2(EvalContext ctx, Value param1, Value param2)
Copyright © 2005–2018. All rights reserved.