Package gw.internal.gosu.parser
Class TypeRefFactory
java.lang.Object
gw.internal.gosu.parser.TypeRefFactory
- All Implemented Interfaces:
ITypeRefFactory
There is one TypeRefFactory per ModuleTypeLoader.
-
Field Summary
Fields inherited from interface gw.lang.reflect.ITypeRefFactory
SYSTEM_PROXY_SUFFIX, USER_PROXY_SUFFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidWraps the actual class with a proxy.getSubordinateRefs(String topLevelTypeName) getTypesWithPrefix(String namespace, String prefix) boolean
-
Constructor Details
-
TypeRefFactory
public TypeRefFactory()
-
-
Method Details
-
create
Wraps the actual class with a proxy.- Specified by:
createin interfaceITypeRefFactory
-
get
- Specified by:
getin interfaceITypeRefFactory
-
get
- Specified by:
getin interfaceITypeRefFactory
-
clearCaches
public void clearCaches()- Specified by:
clearCachesin interfaceITypeRefFactory
-
isClearing
public boolean isClearing()- Specified by:
isClearingin interfaceITypeRefFactory
-
getSubordinateRefs
- Specified by:
getSubordinateRefsin interfaceITypeRefFactory
-
getTypesWithPrefix
- Specified by:
getTypesWithPrefixin interfaceITypeRefFactory
-