public interface MethodCallExpression extends Expression
ContainsCallExpression
, IsEmptyCallExpression
,
EndsWithCallExpression
and
StartsWithCallExpression
.Modifier and Type | Method and Description |
---|---|
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.
|
arrive, getChildren, getJavaClass, getObject, getParent, getTokenType, leave, setObject, setParent, walkNextChild
Expression getTarget()
ThisExpression
or an instance of an arbitrary other
Expression
, e.g. FieldAccessExpression
.java.lang.String getMethodName()
Expression[] getArguments()
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.