Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.util.SimpleSet
Packages that use SimpleSet
-
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)