Module jdk.compiler

Interface MethodInvocationTree

All Superinterfaces:
ExpressionTree, Tree

public interface MethodInvocationTree extends ExpressionTree
A tree node for a method invocation expression. For example:
   identifier ( arguments )

   this . typeArguments identifier ( arguments )
 
See Java Language Specification:
15.12 Method Invocation Expressions
Since:
1.6