| Package | Description |
|---|---|
| oracle.javatools.parser.java.v2 |
The parser API.
|
| oracle.javatools.parser.java.v2.util |
Various utilities for use with the parser.
|
| oracle.jdeveloper.java.util |
Public utilities for use with the java model, including the parser.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SourceThrowStatement |
SourceFactory.createThrowStatement(SourceExpression e)
Creates a throw statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceVisitor.whenEnterThrowStatement(SourceThrowStatement sourceThrowStatement) |
void |
SourceVisitor.whenExitThrowStatement(SourceThrowStatement sourceThrowStatement) |
| Modifier and Type | Method and Description |
|---|---|
static SourceThrowStatement |
SourceUtils.addThrowStatement(SourceBlock block,
java.lang.String throwText)
Adds a throw statement to the block, using the given throw text.
|