|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.parser.java.v1.JavaParser.ParsingOptions
public static class JavaParser.ParsingOptions
ParsingOptions is an encapsulation of the various parsing options available in the JavaParser. Clients will probably create a single ParsingOptions instance and use it for all their parsing needs.
| Field Summary | |
|---|---|
int |
inputType
May be INPUT_JAVA_FILE, INPUT_BLOCK, INPUT_EXPR. |
int |
parseDepth
May be DEPTH_MEMBERS, DEPTH_BLOCK, or DEPTH_FULL. |
boolean |
reportErrors
May be ERRORS_CHOKE or ERRORS_REPORT. |
Scope |
scope
When parsing expressions and code blocks, clients may specify what the enclosing scope is. |
int |
startOffset
Clients may specify what start offset into the input to start parsing at. |
| Constructor Summary | |
|---|---|
JavaParser.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
public Scope scope
| Constructor Detail |
|---|
public JavaParser.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.1.0) E13403-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||