|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This node represents a method call expression.
Examples of method call expressions are
ContainsCallExpression
, IsEmptyCallExpression
,
EndsWithCallExpression
and
StartsWithCallExpression
.
Method Summary | |
Expression[] |
getArguments()
Returns the argument array of this method call. |
java.lang.String |
getMethodName()
Returns the method name. |
Expression |
getTarget()
Returns the target expression of this method call. |
Methods inherited from interface org.apache.jdo.jdoql.tree.Node |
arrive, getChildren, getJavaClass, getObject, getParent, getTokenType, leave, setObject, setParent, walkNextChild |
Method Detail |
public Expression getTarget()
ThisExpression
or an instance of an arbitrary other
Expression
, e.g. FieldAccessExpression
.
public java.lang.String getMethodName()
public Expression[] getArguments()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |