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

All Superinterfaces:
Tree
All Known Subinterfaces:
AssertStatementTree, BlockTree, BreakStatementTree, ClassTree, ContinueStatementTree, DoWhileStatementTree, EmptyStatementTree, ExpressionStatementTree, ForEachStatement, ForStatementTree, IfStatementTree, LabeledStatementTree, ReturnStatementTree, SwitchStatementTree, SynchronizedStatementTree, ThrowStatementTree, TryStatementTree, VariableTree, WhileStatementTree

@Beta
public interface StatementTree
extends Tree

Common interface for all types of statements. JLS 14


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



Copyright © 2012-2014 SonarSource. All Rights Reserved.