| Package | Description | 
|---|---|
| oracle.javatools.parser.java.v2 | 
 The parser API. 
 | 
| oracle.javatools.parser.java.v2.model | 
 The parser model API. 
 | 
| oracle.javatools.parser.java.v2.model.expression | 
 The parser model API for expressions. 
 | 
| oracle.javatools.parser.java.v2.model.statement | 
 The parser model API for statements. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract SourceTryResourcesList | 
SourceFactory.createTryResourcesList(SourceTryResourcesElement[] elements)
Create a try resources list. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
SourceLocalVariableDeclaration
A local variable declaration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<SourceTryResourcesElement> | 
SourceTryResourcesList.getTryResourcesElements()
Get the list of try resources elements for the try. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
SourceSimpleNameExpression
A SimpleNameExpression is a final expression representing an
 unqualified name access. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<SourceTryResourcesElement> | 
SourceTryStatement.getTryResourcesElements()
Get the list of try resource elements for the try. 
 |