| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.javatools.parser.plsql.PlsqlParser
public class PlsqlParser
Entrypoint to the plsql parser.
| Nested Class Summary | |
|---|---|
static class | 
PlsqlParser.ParsingOptionsParsingOptions is an encapsulation of the various parsing options available in the PlsqlParser.  | 
| Field Summary | |
|---|---|
static int | 
INPUT_default | 
static int | 
INPUT_PLS_SRCInput type.  | 
static int | 
INPUT_SQL_BEXInput type.  | 
protected static int | 
INPUT_SQL_QCPIInput type.  | 
| Constructor Summary | |
|---|---|
PlsqlParser() | 
|
| Method Summary | |
|---|---|
static Lexer | 
createPlsqlLexer()Lexer will use PlsqlTokens.  | 
static Lexer | 
createSqlLexer()Lexer will use SqlTokens and SqlKeywords.  | 
static PlsqlRoot | 
parse(ReadTextBuffer textBuffer, PlsqlParser.ParsingOptions options) | 
static PlsqlRoot | 
parsePlsql(ReadTextBuffer textBuffer)Parses the input as INPUT_PLS_SRC.  | 
static PlsqlRoot | 
parseSql(ReadTextBuffer textBuffer)Parses the input as INPUT_SQL_QCPI.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final int INPUT_PLS_SRC
protected static final int INPUT_SQL_QCPI
public static final int INPUT_SQL_BEX
public static final int INPUT_default
| Constructor Detail | 
|---|
public PlsqlParser()
| Method Detail | 
|---|
public static Lexer createPlsqlLexer()
public static Lexer createSqlLexer()
public static PlsqlRoot parsePlsql(ReadTextBuffer textBuffer)
public static PlsqlRoot parseSql(ReadTextBuffer textBuffer)
public static PlsqlRoot parse(ReadTextBuffer textBuffer,
                              PlsqlParser.ParsingOptions options)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||