Interface MethodInvocationTree
- All Superinterfaces:
ExpressionTree
,Tree
- All Known Implementing Classes:
MethodInvocationTreeImpl
Method invocation expression.
JLS 15.12
methodSelect()
(arguments()
) this .typeArguments()
methodSelect()
(arguments()
)
- Since:
- Java 1.3
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionsymbol()
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from interface org.sonar.plugins.java.api.tree.ExpressionTree
asConstant, asConstant, symbolType
-
Method Details
-
typeArguments
- Since:
- Java 1.5
-
methodSelect
ExpressionTree methodSelect() -
arguments
Arguments arguments() -
symbol
Deprecated, for removal: This API element is subject to removal in a future version. -
methodSymbol
Symbol.MethodSymbol methodSymbol()
-
methodSymbol()
, which returns the narrower typeSymbol.MethodSymbol
instead ofSymbol
.