| Package | Description | 
|---|---|
| oracle.javatools.parser.plsql.old | 
| Modifier and Type | Method and Description | 
|---|---|
| PlsqlSyntaxRecognizer | PlsqlTreeGenerator. getRecognizer() | 
| static PlsqlSyntaxRecognizer | PlsqlSyntaxRecognizer. newRecognizer()Instantiates a new recognizer that starts at the root and will do
 a full Plsql parse. | 
| static PlsqlSyntaxRecognizer | PlsqlSyntaxRecognizer. newRecognizer(int startLevel,
             int depthLevel)Instantiates a new recognizer that starts at the given depth and
 will parse down to the given depth. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PlsqlTreeGenerator. initialize(PlsqlSyntaxRecognizer t) |