| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   oracle.javatools.parser.plsql.old.PlsqlParser.ParsingOptions
oracle.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 | inputTypeMay be INPUT_PLSQL_FILE, INPUT_EXPR. | 
|  int | parseDepthMay be DEPTH_DECLARATIONS, DEPTH_FULL. | 
|  boolean | reportErrorsMay be ERRORS_CHOKE or ERRORS_REPORT. | 
|  int | startOffsetClients 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.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||