public class IfTreeImpl extends BaseTreeImpl implements IfTree
| Constructor and Description |
|---|
IfTreeImpl(TreeMetaData metaData,
Tree condition,
Tree thenBranch,
Tree elseBranch,
Token ifKeyword,
Token elseKeyword) |
| Modifier and Type | Method and Description |
|---|---|
List<Tree> |
children() |
Tree |
condition() |
Tree |
elseBranch() |
Token |
elseKeyword() |
Token |
ifKeyword() |
Tree |
thenBranch() |
metaDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescendants, metaData, textRangepublic Tree thenBranch()
thenBranch in interface IfTree@CheckForNull public Tree elseBranch()
elseBranch in interface IfTree@CheckForNull public Token elseKeyword()
elseKeyword in interface IfTreeCopyright © 2009–2018 SonarSource. All rights reserved.