| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.0) E13403-08  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.parser.plsql.old.PlsqlParser.ParsingOptions
public static class PlsqlParser.ParsingOptions
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 | 
|---|
public boolean reportErrors
public int inputType
public int parseDepth
public int startOffset
| Constructor Detail | 
|---|
public PlsqlParser.ParsingOptions()
| Method Detail | 
|---|
public java.lang.String toString()
toString in class java.lang.Object
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.0) E13403-08  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||