Package gw.lang.reflect
Interface ITypeRefFactory
-
public interface ITypeRefFactory
-
-
Field Summary
Fields Modifier and Type Field Description static StringSYSTEM_PROXY_SUFFIXstatic StringUSER_PROXY_SUFFIX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearCaches()ITypeRefcreate(IType type)ITypeRefget(IType type)ITypeRefget(String strTypeName)List<ITypeRef>getSubordinateRefs(String topLevelTypeName)List<String>getTypesWithPrefix(String namespace, String prefix)booleanisClearing()
-
-
-
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
-
-