| Package | Description |
|---|---|
| oracle.javatools.parser.java.v2 |
The parser API.
|
| oracle.javatools.parser.java.v2.util |
Various utilities for use with the parser.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SourceReturnStatement |
SourceFactory.createReturnStatement(SourceExpression e)
Creates a return statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceVisitor.whenEnterReturnStatement(SourceReturnStatement sourceReturnStatement) |
void |
SourceVisitor.whenExitReturnStatement(SourceReturnStatement sourceReturnStatement) |