Class TypeNameMatchCollector
java.lang.Object
org.eclipse.jdt.core.search.TypeNameMatchRequestor
org.eclipse.jdt.core.manipulation.TypeNameMatchCollector
- Since:
- 1.10
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-
Constructor Details
-
TypeNameMatchCollector
-
-
Method Details
-
acceptTypeNameMatch
Description copied from class:TypeNameMatchRequestor
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.- Specified by:
acceptTypeNameMatch
in classTypeNameMatchRequestor
- Parameters:
match
- the match which contains all type information
-