com.sun.source.tree
Interface ParenthesizedTree
- All Superinterfaces:
- ExpressionTree, Tree
public interface ParenthesizedTree
- extends ExpressionTree
A tree node for a parenthesized expression. Note: parentheses
not be preserved by the parser.
For example:
( expression )
- Since:
- 1.6
- See Also:
- "The Java Language Specification, 3rd ed, section 15.8.5"
Nested classes/interfaces inherited from interface com.sun.source.tree.Tree |
Tree.Kind |
getExpression
ExpressionTree getExpression()
Submit a bug or feature Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.