public abstract static class FunctionSupport.FuncVar extends FunctionSupport.BaseFunction
Modifier | Constructor and Description |
---|---|
protected |
FuncVar(String name) |
protected |
FuncVar(String name,
int minParams,
int maxParams) |
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 |
evalVar(EvalContext ctx,
Value[] params) |
getName, invalidFunctionCall, isPure, toString, validateNumParams
protected FuncVar(String name)
protected FuncVar(String name, int minParams, int maxParams)
public final Value eval(EvalContext ctx, Value... params)
Function
protected abstract Value evalVar(EvalContext ctx, Value[] params)
Copyright © 2005–2018. All rights reserved.