Package | Description |
---|---|
org.eclipse.jdt.core.manipulation |
Application programming interface for the JDT core manipulation plug-in class.
|
org.eclipse.jdt.core.search |
Provides support for searching the workspace Java
elements that match a particular description.
|
Modifier and Type | Method and Description |
---|---|
TypeNameMatch[] |
OrganizeImportsOperation.IChooseImportQuery.chooseImports(TypeNameMatch[][] openChoices,
ISourceRange[] ranges)
Selects imports from a list of choices.
|
Modifier and Type | Method and Description |
---|---|
void |
TypeNameMatchCollector.acceptTypeNameMatch(TypeNameMatch match) |
TypeNameMatch[] |
OrganizeImportsOperation.IChooseImportQuery.chooseImports(TypeNameMatch[][] openChoices,
ISourceRange[] ranges)
Selects imports from a list of choices.
|
Constructor and Description |
---|
TypeNameMatchCollector(Collection<TypeNameMatch> collection) |
Modifier and Type | Method and Description |
---|---|
static TypeNameMatch |
SearchEngine.createTypeNameMatch(IType type,
int modifiers)
Create a type name match on a given type with specific modifiers.
|
Modifier and Type | Method and Description |
---|---|
abstract 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. |
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.