Uses of Class
org.aspectj.org.eclipse.jdt.core.search.TypeNameMatch
Packages that use TypeNameMatch
Package
Description
Provides support for searching the workspace Java
elements that match a particular description.
-
Uses of TypeNameMatch in org.aspectj.org.eclipse.jdt.core.search
Methods in org.aspectj.org.eclipse.jdt.core.search that return TypeNameMatchModifier and TypeMethodDescriptionstatic TypeNameMatchSearchEngine.createTypeNameMatch(IType type, int modifiers) Create a type name match on a given type with specific modifiers.Methods in org.aspectj.org.eclipse.jdt.core.search with parameters of type TypeNameMatchModifier and TypeMethodDescriptionabstract voidTypeNameMatchRequestor.acceptTypeNameMatch(TypeNameMatch match) Accepts a type name match (TypeNameMatch) which contains top-level or a member type information as package name, enclosing types names, simple type name, modifiers, etc. -
Uses of TypeNameMatch in org.aspectj.org.eclipse.jdt.internal.core.search
Subclasses of TypeNameMatch in org.aspectj.org.eclipse.jdt.internal.core.searchModifier and TypeClassDescriptionclassJava Search concrete class for a type name match.Methods in org.aspectj.org.eclipse.jdt.internal.core.search that return TypeNameMatchModifier and TypeMethodDescriptionstatic TypeNameMatchBasicSearchEngine.createTypeNameMatch(IType type, int modifiers)