Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.util.SimpleSet
Packages that use SimpleSet
Package
Description
-
Uses of SimpleSet in org.aspectj.org.eclipse.jdt.internal.core.builder
Fields in org.aspectj.org.eclipse.jdt.internal.core.builder with type parameters of type SimpleSetMethods in org.aspectj.org.eclipse.jdt.internal.core.builder that return SimpleSetModifier and TypeMethodDescriptionprotected SimpleSetClasspathJar.findPackageSet()Calculate and cache the package list available in the zipFile.Methods in org.aspectj.org.eclipse.jdt.internal.core.builder with parameters of type SimpleSetModifier and TypeMethodDescriptionprotected static voidClasspathJar.addToPackageSet(SimpleSet packageSet, String fileName, boolean endsWithSep) protected StringClasspathJar.readJarContent(SimpleSet packageSet) protected StringClasspathJMod.readJarContent(SimpleSet packageSet) protected StringClasspathMultiReleaseJar.readJarContent(SimpleSet packageSet) -
Uses of SimpleSet in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Fields in org.aspectj.org.eclipse.jdt.internal.core.search.matching declared as SimpleSetModifier and TypeFieldDescriptionprotected SimpleSetDeclarationOfAccessedFieldsPattern.knownFieldsprotected SimpleSetDeclarationOfReferencedMethodsPattern.knownMethodsprotected SimpleSetDeclarationOfReferencedTypesPattern.knownTypesMethods in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type SimpleSetModifier and TypeMethodDescriptionprotected voidFieldLocator.reportDeclaration(FieldBinding fieldBinding, MatchLocator locator, SimpleSet knownFields) protected voidMethodLocator.reportDeclaration(MethodBinding methodBinding, MatchLocator locator, SimpleSet knownMethods) protected voidTypeReferenceLocator.reportDeclaration(ASTNode reference, IJavaElement element, MatchLocator locator, SimpleSet knownTypes) protected voidTypeReferenceLocator.reportDeclaration(ReferenceBinding typeBinding, int maxType, MatchLocator locator, SimpleSet knownTypes)