Interface MethodInvocationTree

All Superinterfaces:
ExpressionTree, Tree
All Known Implementing Classes:
MethodInvocationTreeImpl

@Beta public interface MethodInvocationTree extends ExpressionTree
Method invocation expression. JLS 15.12
   methodSelect() ( arguments() )
   this . typeArguments() methodSelect() ( arguments() )
 
Since:
Java 1.3