Package | Description |
---|---|
javax.ide.model.java.source |
Various interfaces for use with Tree objects.
|
Modifier and Type | Method and Description |
---|---|
abstract EmptyStatementT |
TreeFactory.createEmptyStatement()
Creates an empty statement.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeVisitor.visitEmptyStatement(EmptyStatementT tree)
Visits a EmptyStatementT.
|