| Package | Description |
|---|---|
| org.sonarsource.slang.api | |
| org.sonarsource.slang.impl |
| Modifier and Type | Method and Description |
|---|---|
LoopTree.LoopKind |
LoopTree.kind() |
static LoopTree.LoopKind |
LoopTree.LoopKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoopTree.LoopKind[] |
LoopTree.LoopKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LoopTree.LoopKind |
LoopTreeImpl.kind() |
| Constructor and Description |
|---|
LoopTreeImpl(TreeMetaData metaData,
Tree condition,
Tree body,
LoopTree.LoopKind kind,
Token keyword) |
Copyright © 2009–2018 SonarSource. All rights reserved.