Package | Description |
---|---|
oracle.ide.dependency.index |
Provides the ability to store and retrieve dependency information using the
index.
|
oracle.ide.index |
Classes used to build and query indexes of source files.
|
oracle.ide.index.keyword |
Contains classes and interfaces used for keyword indexing.
|
oracle.jdeveloper.java.index |
Modifier and Type | Class and Description |
---|---|
class |
DependencyIndexer
Base class for Indexer implementations that provide dependency
information.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
IndexManager.addIndexer(java.lang.Class<? extends Indexer> indexer)
Deprecated.
Indexer implementations must be registered through the extension manifest hook
|
abstract void |
IndexManager.addIndexer(java.lang.Class<? extends Node> nodeClass,
java.lang.Class<? extends Indexer> indexer)
Deprecated.
Indexer implementations must be registered through the extension manifest hook
|
Modifier and Type | Class and Description |
---|---|
class |
KeywordIndexer
Indexes keywords in a document.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaIndexer
Indexer implementation for Java files that makes use of the
JavaLexer . |