public class TypeImporter extends Object implements ITypeImporter
ITypeImporter.Client| Constructor and Description |
|---|
TypeImporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
importStatic(JvmDeclaredType type)
Imports all static members of the given type.
|
void |
importStatic(JvmDeclaredType type,
String memberName)
Imports the static members of the given type with the given name.
|
void |
importStaticExtension(JvmDeclaredType type,
boolean strict)
Imports all static members of the given type as extensions.
|
void |
importStaticExtension(JvmDeclaredType type,
String memberName,
boolean strict)
Imports the static members of the given type with the given name as extensions.
|
protected IFeatureScopeSession |
process(AbstractFeatureScopeSession parent,
ITypeImporter.Client client) |
protected IFeatureScopeSession process(AbstractFeatureScopeSession parent, ITypeImporter.Client client)
public void importStatic(JvmDeclaredType type)
ITypeImporterimportStatic in interface ITypeImporterpublic void importStatic(JvmDeclaredType type, String memberName)
ITypeImporterimportStatic in interface ITypeImporterpublic void importStaticExtension(JvmDeclaredType type, boolean strict)
ITypeImporterimportStaticExtension in interface ITypeImporterpublic void importStaticExtension(JvmDeclaredType type, String memberName, boolean strict)
ITypeImporterimportStaticExtension in interface ITypeImporterCopyright © 2015. All Rights Reserved.