public abstract class Expression.LazyFunction extends Object
| Constructor and Description |
|---|
Expression.LazyFunction(String name,
int numParams)
Creates a new function with given name and parameter count.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getNumParams() |
abstract com.udojava.evalex.Expression.LazyNumber |
lazyEval(List<com.udojava.evalex.Expression.LazyNumber> lazyParams) |
boolean |
numParamsVaries() |
public Expression.LazyFunction(String name, int numParams)
name - The name of the function.numParams - The number of parameters for this function.
-1 denotes a variable number of parameters.Copyright © 2016 Udo Klimaschewski. All rights reserved.