| Package | Description | 
|---|---|
| oracle.javatools.parser.java.v2.model | 
 The parser model API. 
 | 
| oracle.javatools.parser.java.v2.model.statement | 
 The parser model API for statements. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
SourceClassInitializer
The  
SourceClassInitializer represents an initializer block | 
interface  | 
SourceMethod
A SourceMethod is the syntactic (aka symbolic) representation of a java method or constructor declaration. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
SourceBlockStatement
A BlockStatement is a final statement representing a statement that is (and only is) a block. 
 |