public interface ITypeRefFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
SYSTEM_PROXY_SUFFIX |
static String |
USER_PROXY_SUFFIX |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCaches() |
ITypeRef |
create(IType type) |
ITypeRef |
get(IType type) |
ITypeRef |
get(String strTypeName) |
List<ITypeRef> |
getSubordinateRefs(String topLevelTypeName) |
List<String> |
getTypesWithPrefix(String namespace,
String prefix) |
boolean |
isClearing() |
static final String SYSTEM_PROXY_SUFFIX
static final String USER_PROXY_SUFFIX
Copyright © 2019. All rights reserved.