| Package | Description |
|---|---|
| javax.ide.model.java.source.tree |
The Java AST.
|
| Modifier and Type | Field and Description |
|---|---|
static ForStatementT.ForKind |
ForStatementT.ForKind.ENHANCED
Enhanced for loop.
|
static ForStatementT.ForKind |
ForStatementT.ForKind.EXPRESSION
Regular for loop that does not declare variables.
|
static ForStatementT.ForKind |
ForStatementT.ForKind.VARIABLE_D
Regular loop that declares variables.
|
| Modifier and Type | Method and Description |
|---|---|
ForStatementT.ForKind |
ForStatementT.getForKind() |
static ForStatementT.ForKind |
ForStatementT.ForKind.valueOf(java.lang.Class ignored,
java.lang.String name) |
static ForStatementT.ForKind |
ForStatementT.ForKind.valueOf(int ordinal) |
static ForStatementT.ForKind[] |
ForStatementT.ForKind.values() |
| Modifier and Type | Method and Description |
|---|---|
int |
ForStatementT.ForKind.compareTo(ForStatementT.ForKind other) |