Uses of Interface
gw.internal.gosu.parser.IGosuEnhancementInternal
-
Packages that use IGosuEnhancementInternal Package Description gw.internal.gosu.ir.transform gw.internal.gosu.parser -
-
Uses of IGosuEnhancementInternal in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return IGosuEnhancementInternal Modifier and Type Method Description IGosuEnhancementInternalGosuClassTransformer. getGosuEnhancement() -
Uses of IGosuEnhancementInternal in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IGosuEnhancementInternal Modifier and Type Class Description classGosuEnhancementMethods in gw.internal.gosu.parser that return IGosuEnhancementInternal Modifier and Type Method Description IGosuEnhancementInternalGosuEnhancement. getParameterizedType(IType... paramTypes)protected IGosuEnhancementInternalGosuEnhancement. makeCopy(IType... paramTypes)Methods in gw.internal.gosu.parser that return types with arguments of type IGosuEnhancementInternal Modifier and Type Method Description List<IGosuEnhancementInternal>EnhancementIndex. getEnhancementsForType(IType typeToEnhance)Constructors in gw.internal.gosu.parser with parameters of type IGosuEnhancementInternal Constructor Description GosuEnhancement(IGosuEnhancementInternal gosuEnhancement, IType[] paramTypes)
-