Uses of Class
gw.lang.reflect.ITypeRef
Packages that use ITypeRef
-
Uses of ITypeRef in gw.internal.gosu.dynamic
Fields in gw.internal.gosu.dynamic declared as ITypeRefMethods in gw.internal.gosu.dynamic that return ITypeRefModifier and TypeMethodDescription(package private) ITypeRef
DynamicType.getOrCreateTypeReference()
-
Uses of ITypeRef in gw.internal.gosu.parser
Subclasses of ITypeRef in gw.internal.gosu.parserFields in gw.internal.gosu.parser declared as ITypeRefMethods in gw.internal.gosu.parser that return ITypeRefModifier and TypeMethodDescriptionWraps the actual class with a proxy.protected ITypeRef
GosuClass.getOrCreateTypeReference()
protected ITypeRef
GosuClass.getOrCreateTypeReference
(IType type) TypeLoaderAccess.getOrCreateTypeReference
(IType type) private ITypeRef
TypeRefFactory.getRefTheFastWay
(IType type, String strTypeName) private ITypeRef
TypeRefFactory.getRefTheSafeWay
(IType type, String strTypeName) private ITypeRef
TypeLoaderAccess.getTopLevelType
(IType type) TypeLoaderAccess.getTypeReference
(IType type) Methods in gw.internal.gosu.parser that return types with arguments of type ITypeRefMethods in gw.internal.gosu.parser with parameters of type ITypeRefMethod parameters in gw.internal.gosu.parser with type arguments of type ITypeRefModifier and TypeMethodDescriptionprivate void
TypeLoaderAccess.addGosuProxyClass
(IdentitySet<ITypeRef> allTypes, IType type) -
Uses of ITypeRef in gw.lang.reflect
Methods in gw.lang.reflect that return ITypeRefModifier and TypeMethodDescriptionITypeSystem.getOrCreateTypeReference
(IType type) static ITypeRef
TypeSystem.getOrCreateTypeReference
(IType type) IMPORTANT: The only time you should call this method is: 1) within a class implementing IType, or 2) wrapping a call to a Type constructor, typically within a type loader e.g., TypeSystem.getOrCreateTypeReference( new MyVeryOwnType() ) Gets or creates a type ref for the specified type.ITypeSystem.getTypeReference
(IType type) static ITypeRef
TypeSystem.getTypeReference
(IType type) IMPORTANT: The only time you should call this method is: 1) wrapping a call to a Type constructor, typically within a type loader e.g., TypeSystem.getOrCreateTypeReference( new MyVeryOwnType() ) Do NOT call this when creating the type.Methods in gw.lang.reflect that return types with arguments of type ITypeRefMethods in gw.lang.reflect with parameters of type ITypeRef