Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.javatools.parser.plsql.old.PlsqlSyntaxRecognizer

Packages that use PlsqlSyntaxRecognizer
oracle.javatools.parser.plsql.old   

 

Uses of PlsqlSyntaxRecognizer in oracle.javatools.parser.plsql.old

 

Methods in oracle.javatools.parser.plsql.old that return PlsqlSyntaxRecognizer
 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.

 

Methods in oracle.javatools.parser.plsql.old with parameters of type PlsqlSyntaxRecognizer
 void PlsqlTreeGenerator.initialize(PlsqlSyntaxRecognizer t)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.