public class TypeNameMatchCollector extends TypeNameMatchRequestor
| Constructor and Description |
|---|
TypeNameMatchCollector(Collection<TypeNameMatch> collection) |
| Modifier and Type | Method and Description |
|---|---|
void |
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. |
public TypeNameMatchCollector(Collection<TypeNameMatch> collection)
public void acceptTypeNameMatch(TypeNameMatch match)
TypeNameMatchRequestorTypeNameMatch) which contains top-level or a member type
information as package name, enclosing types names, simple type name, modifiers, etc.acceptTypeNameMatch in class TypeNameMatchRequestormatch - the match which contains all type information
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.