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

E13403-05

oracle.javatools.parser.plsql.old
Class PlsqlParser.ParsingOptions

java.lang.Object
  extended by oracle.javatools.parser.plsql.old.PlsqlParser.ParsingOptions
Enclosing class:
PlsqlParser

public static class PlsqlParser.ParsingOptions
extends java.lang.Object

ParsingOptions is an encapsulation of the various parsing options available in the PlsqlParser. Clients will probably create a single ParsingOptions instance and use it for all their parsing needs.


Field Summary
 int inputType
          May be INPUT_PLSQL_FILE, INPUT_EXPR.
 int parseDepth
          May be DEPTH_DECLARATIONS, DEPTH_FULL.
 boolean reportErrors
          May be ERRORS_CHOKE or ERRORS_REPORT.
 int startOffset
          Clients may specify what start offset into the input to start parsing at.
 
Constructor Summary
PlsqlParser.ParsingOptions()
           
 
Method Summary
 java.lang.String toString()
          Create a string representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

reportErrors

public boolean reportErrors
May be ERRORS_CHOKE or ERRORS_REPORT. See the comments for each constant for details. Default is ERRORS_CHOKE.


inputType

public int inputType
May be INPUT_PLSQL_FILE, INPUT_EXPR. See the comments for each constant for details. Default is INPUT_PLSQL_FILE.


parseDepth

public int parseDepth
May be DEPTH_DECLARATIONS, DEPTH_FULL. See the comments for each constant for details. Default is DEPTH_FULL.


startOffset

public int startOffset
Clients may specify what start offset into the input to start parsing at. By default, parsing starts at offset 0.

Constructor Detail

PlsqlParser.ParsingOptions

public PlsqlParser.ParsingOptions()
Method Detail

toString

public java.lang.String toString()
Create a string representation of this object.

Overrides:
toString in class java.lang.Object

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

E13403-05

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