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, validateNumParamsprotected FuncVar(String name)
protected FuncVar(String name, int minParams, int maxParams)
public final Value eval(EvalContext ctx, Value... params)
Functionprotected abstract Value evalVar(EvalContext ctx, Value[] params)
Copyright © 2005–2019. All rights reserved.