org.netbeans.modules.parsing.spi.indexing
Class BinaryIndexer
java.lang.Object
org.netbeans.modules.parsing.spi.indexing.BinaryIndexer
public abstract class BinaryIndexer
- extends Object
|
Method Summary |
protected abstract void |
index(Context context)
Indexes given binary root. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryIndexer
public BinaryIndexer()
index
protected abstract void index(Context context)
- Indexes given binary root.
- Parameters:
context - of indexer, contains information about index storage, indexed root.