public abstract class AbstractFunction extends AbstractTreeNode implements Function
| Modifier and Type | Field and Description |
|---|---|
protected String |
functionName |
protected List<ValueExpression> |
valueExpressions |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFunction(String functionName,
List<ValueExpression> valueExpressions)
Create a new instance using
AbstractFunction. |
| Modifier and Type | Method and Description |
|---|---|
String |
getFunctionName()
Get a function's name.
|
addChild, getChild, getChildren, getParent, getRoot, isChild, isFirstSibling, isRoot, isSibling, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasParenthesisacceptprotected String functionName
protected List<ValueExpression> valueExpressions
protected AbstractFunction(String functionName, List<ValueExpression> valueExpressions)
AbstractFunction.functionName - name of a functionvalueExpressions - zero or more value expressionspublic String getFunctionName()
FunctiongetFunctionName in interface FunctionCopyright © 2018–2020. All rights reserved.