Interface ConditionalTree
-
- All Superinterfaces:
Tree
- All Known Subinterfaces:
ConditionalExpressionTree,DoWhileStatementTree,ForStatementTree,IfStatementTree,WhileStatementTree
- All Known Implementing Classes:
ConditionalExpressionTreeImpl,DoWhileStatementTreeImpl,ForStatementTreeImpl,IfStatementTreeImpl,WhileStatementTreeImpl
public interface ConditionalTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressionTreecondition()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
condition
@Nullable ExpressionTree condition()
-
-