public interface MethodInvocationElement extends InvocationElement
| Modifier and Type | Method and Description |
|---|---|
ExecutableElement |
getMethod()
The invoked method as an element, if accessible.
|
String |
getMethodName()
The invoked method name.
|
ExtendedElement |
getTargetExpression()
The target expression of the invocation if any, null otherwise.
|
getArgument, getArgumentCount, getArguments, getArgumentTailgetType, getTypeAsElement, isConstant, isStringLiteralString getMethodName()
ExecutableElement getMethod()
ExtendedElement getTargetExpression()
target.name(..), returns
target, and returns null when no target is specified
(target.name(..)).