|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RootSymbol | |
---|---|
oracle.javatools.parser.java.v1 | |
oracle.javatools.parser.java.v1.symbol | |
oracle.jdeveloper.model | Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. |
Uses of RootSymbol in oracle.javatools.parser.java.v1 |
---|
Methods in oracle.javatools.parser.java.v1 that return RootSymbol | |
---|---|
static RootSymbol |
JavaUtilities.getImportsParseTree(TextBuffer textBuffer)
|
static RootSymbol |
JavaUtilities.getParseTree(ReadTextBuffer textBuffer)
Utility routine which gets a full parse tree for the given text buffer. |
static RootSymbol |
JavaUtilities.getParseTree(ReadTextBuffer textBuffer,
boolean fullDepth)
Utility routine which gets a full parse tree for the given text buffer. |
static RootSymbol |
JavaParser.parse(ReadTextBuffer buffer)
This is the simple default parse call that will be used by most clients. |
Methods in oracle.javatools.parser.java.v1 with parameters of type RootSymbol | |
---|---|
static java.lang.String[] |
JavaUtilities.getAllImports(RootSymbol rootSymbol)
Utility routine which gets all the import names from the parse tree, including both explicit imports (i.e., java.io.IOException) and multi imports (i.e., java.io.*). |
static java.lang.String[] |
JavaUtilities.getExplicitImports(RootSymbol rootSymbol)
Utility routine which gets the explicit import names from the parse tree (i.e., java.io.IOException). |
static java.lang.String[] |
JavaUtilities.getMultiImportPackages(RootSymbol rootSymbol)
Utility routine which gets the multi-import package names from the parse tree (i.e., java.io). |
static java.lang.String[] |
JavaUtilities.getMultiImports(RootSymbol rootSymbol)
Utility routine which gets the multi-import names from the parse tree (i.e., java.io.*). |
static java.lang.String |
JavaUtilities.getPackageName(RootSymbol rootSymbol)
Utility routine which gets the package name of the buffer represented by the given parse tree generated by getParseTree(). |
Uses of RootSymbol in oracle.javatools.parser.java.v1.symbol |
---|
Methods in oracle.javatools.parser.java.v1.symbol with parameters of type RootSymbol | |
---|---|
static void |
JavaSymbolFactory.postProcess(RootSymbol rootSym)
|
static void |
JavaSymbolFactory.processJavadoc(RootSymbol rootSymbol)
Traverses the parse tree processing deprecated flags. |
Uses of RootSymbol in oracle.jdeveloper.model |
---|
Methods in oracle.jdeveloper.model that return RootSymbol | |
---|---|
RootSymbol |
JavaSourceNode.parse1()
Convenience routine. |
RootSymbol |
JavaSourceNode.parse1(boolean fullDepth)
Parses the Java code contained within this JavaSourceNode. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |