JavaScript is disabled on your browser.
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.4.0)  E81459-01
 
java.lang.Object 
oracle.javatools.parser.plsql.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 
Fields    
Modifier and Type 
Field and Description 
 
int 
inputType 
May be INPUT_JAVA_FILE, INPUT_BLOCK, INPUT_EXPR.
 
 
int 
startOffset 
Clients may specify what start offset into the input to start
 parsing at.
 
 
 
 
 
Method Summary 
 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
 
 
 
 
 
 
Constructor Detail 
 
ParsingOptions 
public ParsingOptions() 
 
 
 
 
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.4.0)  E81459-01
 
Copyright © 1997, 2019, Oracle. All rights reserved.