public static final class FunctionExpression.FuncExpressionImpl extends java.lang.Object implements FunctionExpression
FunctionExpression
implementationFunctionExpression.FuncExpressionImpl
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE
Modifier and Type | Method and Description |
---|---|
Expression[] |
arguments() |
java.lang.String |
functionName() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
children, of, of
references
public java.lang.String functionName()
functionName
in interface FunctionExpression
public Expression[] arguments()
arguments
in interface FunctionExpression
public java.lang.String toString()
toString
in class java.lang.Object