public class UserDefinedFunctionDefinition extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
warnOnUnusedVariable
Whether to log warnings for unused variables
|
Constructor and Description |
---|
UserDefinedFunctionDefinition(String uri,
Expr e,
List<Var> argList)
Creates a user defined function definition
|
Modifier and Type | Method and Description |
---|---|
List<Var> |
getArgList()
Gets the argument list
|
Expr |
getBaseExpr()
Gets the base expression
|
String |
getUri()
Gets the function URI
|
Function |
newFunctionInstance()
Gets an instance of an actual
Function that can be used to evaluate this function |
public static boolean warnOnUnusedVariable
Licenced under the Apache License, Version 2.0