Uses of Interface
gw.lang.reflect.gs.IGosuEnhancement
-
Packages that use IGosuEnhancement Package Description gw.internal.gosu.parser gw.lang gw.lang.reflect.gs -
-
Uses of IGosuEnhancement in gw.internal.gosu.parser
Subinterfaces of IGosuEnhancement in gw.internal.gosu.parser Modifier and Type Interface Description interfaceIGosuEnhancementInternalClasses in gw.internal.gosu.parser that implement IGosuEnhancement Modifier and Type Class Description classGosuEnhancementMethods in gw.internal.gosu.parser that return IGosuEnhancement Modifier and Type Method Description IGosuEnhancementGosuIndustrialParkImpl. createEnhancement(java.lang.String strNamespace, java.lang.String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap)Methods in gw.internal.gosu.parser with parameters of type IGosuEnhancement Modifier and Type Method Description voidEnhancementIndex. addEntry(IType enhancedType, IGosuEnhancement enhancement)voidEnhancementIndex. removeEntry(IGosuEnhancement enhancement)private booleanEnhancementIndex.EnhancementManager. shouldAddMethod(IMethodInfo enhancementMethodInfo, IGosuEnhancement enhancementType, IType typeToGetEnhancementsFor) -
Uses of IGosuEnhancement in gw.lang
Methods in gw.lang that return IGosuEnhancement Modifier and Type Method Description static IGosuEnhancementGosuShop. createEnhancement(java.lang.String strNamespace, java.lang.String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap)IGosuEnhancementIGosuShop. createEnhancement(java.lang.String strNamespace, java.lang.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 java.util.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)
-