org.netbeans.modules.parsing.api/1 1.55.0 6

org.netbeans.modules.parsing.spi.indexing
Class BinaryIndexer

java.lang.Object
  extended by org.netbeans.modules.parsing.spi.indexing.BinaryIndexer

public abstract class BinaryIndexer
extends Object


Constructor Summary
BinaryIndexer()
           
 
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
 

Constructor Detail

BinaryIndexer

public BinaryIndexer()
Method Detail

index

protected abstract void index(Context context)
Indexes given binary root.

Parameters:
context - of indexer, contains information about index storage, indexed root.

org.netbeans.modules.parsing.api/1 1.55.0 6

Built on May 24 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.