Class TypeLocators
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.builder.TypeLocators
The
TypeLocators maintain a mapping of type names (in the form p1/p2/A) to code locations (in the
form src1/p1/p2/A.java) to detect duplicate type definitions in different source folders. In the case of
multi-release compilation, this might allow for duplicate types if they are in distinct release folders.-
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddPackages(LinkedHashSet<String> names, Set<String> keySet) booleanOnly implemented for StateTest! one usually won't useTypeLocatorsin a way where equals/hashCode really mattersgetPathForName(String typeName) This method is used in PDE API tools only!inthashCode()Only implemented for StateTest! one usually won't useTypeLocatorsin a way where equals/hashCode really matters
-
Method Details
-
addPackages
-
getPathForName
-
equals
Only implemented for StateTest! one usually won't useTypeLocatorsin a way where equals/hashCode really matters -
hashCode
public int hashCode()Only implemented for StateTest! one usually won't useTypeLocatorsin a way where equals/hashCode really matters
-