public static final class FunctionExpression.FuncExpressionImpl extends java.lang.Object implements FunctionExpression
FunctionExpression implementationFunctionExpression.FuncExpressionImplEMPTY_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, waitchildren, of, ofreferencespublic java.lang.String functionName()
functionName in interface FunctionExpressionpublic Expression[] arguments()
arguments in interface FunctionExpressionpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object