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() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
functionName() |
int |
hashCode() |
java.lang.String |
toString() |
clone, finalize, getClass, 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
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object