public class TypeRefFactory extends Object implements ITypeRefFactory
SYSTEM_PROXY_SUFFIX, USER_PROXY_SUFFIX| Constructor and Description |
|---|
TypeRefFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCaches() |
ITypeRef |
create(IType type)
Wraps the actual class with a proxy.
|
ITypeRef |
get(IType type) |
ITypeRef |
get(String strTypeName) |
List<ITypeRef> |
getSubordinateRefs(String topLevelTypeName) |
List<String> |
getTypesWithPrefix(String namespace,
String prefix) |
boolean |
isClearing() |
public ITypeRef create(IType type)
create in interface ITypeRefFactorypublic ITypeRef get(IType type)
get in interface ITypeRefFactorypublic ITypeRef get(String strTypeName)
get in interface ITypeRefFactorypublic void clearCaches()
clearCaches in interface ITypeRefFactorypublic boolean isClearing()
isClearing in interface ITypeRefFactorypublic List<ITypeRef> getSubordinateRefs(String topLevelTypeName)
getSubordinateRefs in interface ITypeRefFactorypublic List<String> getTypesWithPrefix(String namespace, String prefix)
getTypesWithPrefix in interface ITypeRefFactoryCopyright © 2022. All rights reserved.