FileDocCategorySizeDatePackage
MethodInvocationTree.javaAPI DocJava SE 6 API953Tue Jun 10 00:23:26 BST 2008com.sun.source.tree

MethodInvocationTree

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

this . typeArguments identifier ( arguments )
see
"The Java Language Specification, 3rd ed, section 15.12"
author
Peter von der Ahé
author
Jonathan Gibbons
since
1.6

(Omit source code)

Fields Summary
Constructors Summary
Methods Summary
public java.util.ListgetArguments()

public com.sun.source.tree.ExpressionTreegetMethodSelect()

public java.util.ListgetTypeArguments()