Package org.sonar.plugins.java.api.tree
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
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
Symbol symbol()
-