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