| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.parser.java.v2.JavaParser
public class JavaParser
Raw API for generating parse trees.
| Field Summary | |
|---|---|
| static byte | j2se | 
| Constructor Summary | |
|---|---|
| JavaParser() | |
| Method Summary | |
|---|---|
| static boolean | cancelParse(java.lang.Thread thread)Attempt to cancel the parse running on the thread indicated by the incoming 'thread' parameter. | 
| static java.util.logging.Logger | getLogger() | 
| static SourceFile | parse(ReadTextBuffer textBuffer)Parses the given text buffer with default options. | 
| static SourceFile | parse(ReadTextBuffer textBuffer,
      int j2se)Parses the given text buffer with default options. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static byte j2se
| Constructor Detail | 
|---|
public JavaParser()
| Method Detail | 
|---|
public static SourceFile parse(ReadTextBuffer textBuffer)
public static SourceFile parse(ReadTextBuffer textBuffer,
                               int j2se)
j2se - Valid values are JavaTokens.J2SE_*.public static boolean cancelParse(java.lang.Thread thread)
thread - A thread that is currently parsing
public static java.util.logging.Logger getLogger()
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||