Uses of Class
gw.lang.reflect.ITypeRef
-
Packages that use ITypeRef Package Description gw.lang.reflect -
-
Uses of ITypeRef in gw.lang.reflect
Methods in gw.lang.reflect that return ITypeRef Modifier and Type Method Description ITypeRefITypeRefFactory. create(IType type)ITypeRefITypeRefFactory. get(IType type)ITypeRefITypeRefFactory. get(String strTypeName)ITypeRefITypeSystem. 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.ITypeRefITypeSystem. 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 ITypeRef Modifier and Type Method Description List<ITypeRef>ITypeRefFactory. getSubordinateRefs(String topLevelTypeName)Methods in gw.lang.reflect with parameters of type ITypeRef Modifier and Type Method Description voidITypeSystem. refresh(ITypeRef typeRef)static voidTypeSystem. refresh(ITypeRef typeRef)Refresh just the specified type i.e., a gosu editor calls this on changes
-