public interface InvocationElement extends ExtendedElement
| Modifier and Type | Method and Description |
|---|---|
ExtendedElement |
getArgument(int i)
Gets the ith argument that is passed to the invoked element.
|
int |
getArgumentCount()
Gets the number of arguments that are passed to the invoked element.
|
List<ExtendedElement> |
getArguments()
Gets the arguments that are passed to the invoked element.
|
List<ExtendedElement> |
getArgumentTail()
Gets the arguments that are passed to the invoked element, omitting the
first argument.
|
getType, getTypeAsElement, isConstant, isStringLiteralList<ExtendedElement> getArguments()
ExtendedElement getArgument(int i)
List<ExtendedElement> getArgumentTail()
int getArgumentCount()