File
Doc
Category
Size
Date
Package
ParenthesizedTree.java
API Doc
Java SE 6 API
776
Tue Jun 10 00:23:26 BST 2008
com.sun.source.tree
ParenthesizedTree
public interface ParenthesizedTree implements ExpressionTree
A tree node for a parenthesized expression. Note: parentheses not be preserved by the parser. For example:
(
expression
)
see
"The Java Language Specification, 3rd ed, section 15.8.5"
author
Peter von der Ahé
author
Jonathan Gibbons
since
1.6
Fields Summary
Constructors Summary
Methods Summary
public
com.sun.source.tree.ExpressionTree
getExpression
()
Java Code Source