File
Doc
Category
Size
Date
Package
MethodInvocationTree.java
API Doc
Java SE 6 API
953
Tue Jun 10 00:23:26 BST 2008
com.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
Fields Summary
Constructors Summary
Methods Summary
public
java.util.List
getArguments
()
public
com.sun.source.tree.ExpressionTree
getMethodSelect
()
public
java.util.List
getTypeArguments
()
Java Code Source