Uses of Interface
gw.lang.reflect.gs.IGosuEnhancement
-
Packages that use IGosuEnhancement Package Description gw.lang gw.lang.reflect.gs -
-
Uses of IGosuEnhancement in gw.lang
Methods in gw.lang that return IGosuEnhancement Modifier and Type Method Description static IGosuEnhancementGosuShop. createEnhancement(String strNamespace, String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap)IGosuEnhancementIGosuShop. createEnhancement(String strNamespace, String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap) -
Uses of IGosuEnhancement in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return types with arguments of type IGosuEnhancement Modifier and Type Method Description List<? extends IGosuEnhancement>IEnhancementIndex. getEnhancementsForType(IType gosuClass)Methods in gw.lang.reflect.gs with parameters of type IGosuEnhancement Modifier and Type Method Description voidIEnhancementIndex. addEntry(IType enhancedType, IGosuEnhancement enhancement)voidIEnhancementIndex. removeEntry(IGosuEnhancement enhancement)
-