org.sonar.plugins.java.api.tree
Interface ParenthesizedTree

All Superinterfaces:
ExpressionTree, Tree

@Beta
public interface ParenthesizedTree
extends ExpressionTree

Parenthesized expression. JLS 15.8.5

   ( expression() )
 

Since:
Java 1.3

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonar.plugins.java.api.tree.Tree
Tree.Kind
 
Method Summary
 ExpressionTree expression()
           
 
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, is
 

Method Detail

expression

ExpressionTree expression()


Copyright © 2012-2014 SonarSource. All Rights Reserved.