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 interface
IGosuEnhancementInternal
Classes in gw.internal.gosu.parser that implement IGosuEnhancement Modifier and Type Class Description class
GosuEnhancement
Methods in gw.internal.gosu.parser that return IGosuEnhancement Modifier and Type Method Description IGosuEnhancement
GosuIndustrialParkImpl. createEnhancement(String strNamespace, String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap)
Methods in gw.internal.gosu.parser with parameters of type IGosuEnhancement Modifier and Type Method Description void
EnhancementIndex. addEntry(IType enhancedType, IGosuEnhancement enhancement)
void
EnhancementIndex. removeEntry(IGosuEnhancement enhancement)
-
Uses of IGosuEnhancement in gw.lang
Methods in gw.lang that return IGosuEnhancement Modifier and Type Method Description static IGosuEnhancement
GosuShop. createEnhancement(String strNamespace, String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap)
IGosuEnhancement
IGosuShop. 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 void
IEnhancementIndex. addEntry(IType enhancedType, IGosuEnhancement enhancement)
void
IEnhancementIndex. removeEntry(IGosuEnhancement enhancement)
-