public interface IfTree extends Tree
| Modifier and Type | Method and Description |
|---|---|
Tree |
condition() |
Tree |
elseBranch() |
Token |
elseKeyword() |
Token |
ifKeyword() |
Tree |
thenBranch() |
children, descendants, metaData, textRangeTree condition()
Tree thenBranch()
@CheckForNull Tree elseBranch()
Token ifKeyword()
@CheckForNull Token elseKeyword()
Copyright © 2009–2018 SonarSource. All rights reserved.