| 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 | Method and Description | 
|---|---|
void | 
DependencyIndexer.index(IndexingContext context,
     DataCollector data)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Indexer.index(IndexingContext context,
     DataCollector data)
Index the current file in the context. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
KeywordIndexer.index(IndexingContext context,
     DataCollector data)  | 
protected void | 
KeywordIndexer.indexImpl(IndexingContext context,
         DataCollector data,
         char[] filter,
         javax.swing.text.Segment segment)
Index the current file in the context, using the given filter. 
 | 
protected void | 
KeywordIndexer.reportKeyword(DataCollector data,
             ReadTextBuffer buffer,
             int start,
             int end,
             char[] filter,
             int hash,
             int flags,
             javax.swing.text.Segment segment)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JavaIndexer.index(IndexingContext context,
     DataCollector data)  | 
protected void | 
JavaIndexer.report(DataCollector data,
      int start,
      int end,
      int dataType,
      int filterType,
      char[] filter,
      int hash,
      int flags,
      char[] numberOfParams)  | 
protected void | 
JavaIndexer.report(DataCollector data,
      ReadTextBuffer buffer,
      int start,
      int end,
      int dataType,
      int filterType,
      char[] filter,
      int hash,
      int flags,
      javax.swing.text.Segment segment)  | 
void | 
JavaIndexer.scanText(ReadTextBuffer buffer,
        int filterType,
        char[] filter,
        int flags,
        int startOffset,
        int endOffset,
        DataCollector data,
        javax.swing.text.Segment segment)
Scans the plain text (comments, strings, SQLJ blocks) to locate keywords. 
 |