public class LoopTreeImpl extends BaseTreeImpl implements LoopTree
LoopTree.LoopKind| Constructor and Description |
|---|
LoopTreeImpl(TreeMetaData metaData,
Tree condition,
Tree body,
LoopTree.LoopKind kind,
Token keyword) |
| Modifier and Type | Method and Description |
|---|---|
Tree |
body() |
List<Tree> |
children() |
Tree |
condition() |
Token |
keyword() |
LoopTree.LoopKind |
kind() |
metaDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescendants, metaData, textRangepublic LoopTreeImpl(TreeMetaData metaData, Tree condition, Tree body, LoopTree.LoopKind kind, Token keyword)
public LoopTree.LoopKind kind()
Copyright © 2009–2018 SonarSource. All rights reserved.