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

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

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

public abstract class EmbeddingIndexer
extends Object

Indexer of the embedded document. The embedding is obtained using the parser registered in the parsing API.


Constructor Summary
EmbeddingIndexer()
           
 
Method Summary
protected abstract  void index(Indexable indexable, Parser.Result parserResult, Context context)
          Indexes the given AST (parser result).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddingIndexer

public EmbeddingIndexer()
Method Detail

index

protected abstract void index(Indexable indexable,
                              Parser.Result parserResult,
                              Context context)
Indexes the given AST (parser result).

Parameters:
parserResult - to be indexed
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.