@Beta public interface IfStatementTree extends StatementTree, ConditionalTree
| Modifier and Type | Method and Description |
|---|---|
SyntaxToken |
closeParenthesisToken() |
ExpressionTree |
condition() |
ElseClauseTree |
elseClause() |
SyntaxToken |
ifKeyword() |
SyntaxToken |
openParenthesisToken() |
StatementTree |
statement() |
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parentSyntaxToken ifKeyword()
SyntaxToken openParenthesisToken()
ExpressionTree condition()
condition in interface ConditionalTreeSyntaxToken closeParenthesisToken()
StatementTree statement()
@Nullable ElseClauseTree elseClause()
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.