| Package | Description | 
|---|---|
| oracle.javatools.parser.java.v2.model | 
 The parser model API. 
 | 
| oracle.jdeveloper.java.util | 
 Public utilities for use with the java model, including the parser. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
SourceFieldDeclaration
A field (or enum constant) declaration. 
 | 
interface  | 
SourceLocalVariableDeclaration
A local variable declaration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SourceVariableDeclaration | 
SourceVariable.getOwningDeclaration()
Gets the owning variable declaration, null if this is a formal parameter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SourceVariableDeclaration | 
SourceUtils.addLocalVariableDeclaration(SourceBlock block, java.lang.String type, java.lang.String name, SourceExpression initExpr)
Adds (append) a local variable declaration to the given block. 
 | 
static SourceVariableDeclaration | 
SourceUtils.addLocalVariableDeclaration(SourceBlock block, java.lang.String type, java.lang.String name, java.lang.String initText)
Adds (append) a local variable declaration to the given block. 
 |