org.eclipse.jdt.internal.compiler
Class SourceElementNotifier

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.SourceElementNotifier
Direct Known Subclasses:
CompletionElementNotifier

public class SourceElementNotifier
extends java.lang.Object


Nested Class Summary
 class SourceElementNotifier.LocalDeclarationVisitor
          An ast visitor that visits local type declarations.
 
Constructor Summary
SourceElementNotifier(ISourceElementRequestor requestor, boolean reportLocalDeclarations)
           
 
Method Summary
 void notifySourceElementRequestor(CompilationUnitDeclaration parsedUnit, int sourceStart, int sourceEnd, boolean reportReference, HashtableOfObjectToInt sourceEndsMap, java.util.Map nodesToCategoriesMap)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceElementNotifier

public SourceElementNotifier(ISourceElementRequestor requestor,
                             boolean reportLocalDeclarations)
Method Detail

notifySourceElementRequestor

public void notifySourceElementRequestor(CompilationUnitDeclaration parsedUnit,
                                         int sourceStart,
                                         int sourceEnd,
                                         boolean reportReference,
                                         HashtableOfObjectToInt sourceEndsMap,
                                         java.util.Map nodesToCategoriesMap)