public interface LoopTree extends Tree
| Modifier and Type | Interface and Description |
|---|---|
static class |
LoopTree.LoopKind |
| Modifier and Type | Method and Description |
|---|---|
Tree |
body() |
Tree |
condition() |
Token |
keyword() |
LoopTree.LoopKind |
kind() |
children, descendants, metaData, textRangeTree condition()
Tree body()
LoopTree.LoopKind kind()
Token keyword()
Copyright © 2009–2018 SonarSource. All rights reserved.