Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.2)

E13403-10


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 Reference
11g Release 1 (11.1.1.7.2)

E13403-10


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