org.eclipse.jdt.internal.codeassist
Class CompletionElementNotifier

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.SourceElementNotifier
      extended by org.eclipse.jdt.internal.codeassist.CompletionElementNotifier

public class CompletionElementNotifier
extends SourceElementNotifier


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.jdt.internal.compiler.SourceElementNotifier
SourceElementNotifier.LocalDeclarationVisitor
 
Constructor Summary
CompletionElementNotifier(CompletionUnitStructureRequestor requestor, boolean reportLocalDeclarations, ASTNode assistNode)
           
 
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

CompletionElementNotifier

public CompletionElementNotifier(CompletionUnitStructureRequestor requestor,
                                 boolean reportLocalDeclarations,
                                 ASTNode assistNode)
Method Detail

notifySourceElementRequestor

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