| Package | Description |
|---|---|
| javax.ide.model.java.source |
Various interfaces for use with Tree objects.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ContinueStatementT |
TreeFactory.createContinueStatement(java.lang.String target)
Creates a continue statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeVisitor.visitContinueStatement(ContinueStatementT tree)
Visits a ContinueStatementT.
|