Package | Description |
---|---|
javax.ide.model.java.source |
Various interfaces for use with Tree objects.
|
Modifier and Type | Method and Description |
---|---|
abstract ExpressionStatementT |
TreeFactory.createExpressionStatement(ExpressionT e)
Creates an expression statement.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeVisitor.visitExpressionStatement(ExpressionStatementT tree)
Visits a ExpressionStatementT.
|