Uses of Class
gw.lang.reflect.ITypeRef
Packages that use ITypeRef
-
Uses of ITypeRef in gw.internal.gosu.parser
Subclasses of ITypeRef in gw.internal.gosu.parserMethods in gw.internal.gosu.parser that return ITypeRefModifier and TypeMethodDescriptionWraps the actual class with a proxy.protected ITypeRefGosuClass.getOrCreateTypeReference()protected ITypeRefGosuClass.getOrCreateTypeReference(IType type) TypeLoaderAccess.getOrCreateTypeReference(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 ITypeRef -
Uses of ITypeRef in gw.lang.reflect
Methods in gw.lang.reflect that return ITypeRefModifier and TypeMethodDescriptionITypeSystem.getOrCreateTypeReference(IType type) static ITypeRefTypeSystem.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 ITypeRefTypeSystem.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