Uses of Class
org.eclipse.jdt.core.search.TypeNameMatch
Package
Description
Application programming interface for the JDT core manipulation plug-in class.
Provides support for searching the workspace Java
elements that match a particular description.
-
Uses of TypeNameMatch in org.eclipse.jdt.core.manipulation
Modifier and TypeMethodDescriptionOrganizeImportsOperation.IChooseImportQuery.chooseImports
(TypeNameMatch[][] openChoices, ISourceRange[] ranges) Selects imports from a list of choices.Modifier and TypeMethodDescriptionvoid
TypeNameMatchCollector.acceptTypeNameMatch
(TypeNameMatch match) OrganizeImportsOperation.IChooseImportQuery.chooseImports
(TypeNameMatch[][] openChoices, ISourceRange[] ranges) Selects imports from a list of choices. -
Uses of TypeNameMatch in org.eclipse.jdt.core.search
Modifier and TypeMethodDescriptionstatic TypeNameMatch
SearchEngine.createTypeNameMatch
(IType type, int modifiers) Create a type name match on a given type with specific modifiers.Modifier and TypeMethodDescriptionabstract void
TypeNameMatchRequestor.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.