Package gw.lang.reflect
Interface ITypeRefFactory
-
- All Known Implementing Classes:
TypeRefFactory
public interface ITypeRefFactory
-
-
Field Summary
Fields Modifier and Type Field Description static String
SYSTEM_PROXY_SUFFIX
static String
USER_PROXY_SUFFIX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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()
-
-
-
Field Detail
-
SYSTEM_PROXY_SUFFIX
static final String SYSTEM_PROXY_SUFFIX
- See Also:
- Constant Field Values
-
USER_PROXY_SUFFIX
static final String USER_PROXY_SUFFIX
- See Also:
- Constant Field Values
-
-