Uses of Class
org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToInt

Packages that use HashtableOfObjectToInt
org.eclipse.jdt.internal.codeassist   
org.eclipse.jdt.internal.codeassist.complete   
org.eclipse.jdt.internal.compiler   
 

Uses of HashtableOfObjectToInt in org.eclipse.jdt.internal.codeassist
 

Methods in org.eclipse.jdt.internal.codeassist with parameters of type HashtableOfObjectToInt
 void CompletionElementNotifier.notifySourceElementRequestor(CompilationUnitDeclaration parsedUnit, int sourceStart, int sourceEnd, boolean reportReference, HashtableOfObjectToInt sourceEndsMap, java.util.Map nodesToCategoriesMap)
           
 

Uses of HashtableOfObjectToInt in org.eclipse.jdt.internal.codeassist.complete
 

Fields in org.eclipse.jdt.internal.codeassist.complete declared as HashtableOfObjectToInt
 HashtableOfObjectToInt CompletionParser.sourceEnds
           
 

Uses of HashtableOfObjectToInt in org.eclipse.jdt.internal.compiler
 

Methods in org.eclipse.jdt.internal.compiler with parameters of type HashtableOfObjectToInt
 void SourceElementNotifier.notifySourceElementRequestor(CompilationUnitDeclaration parsedUnit, int sourceStart, int sourceEnd, boolean reportReference, HashtableOfObjectToInt sourceEndsMap, java.util.Map nodesToCategoriesMap)