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 IGosuEnhancementInternal
GosuClassTransformer. getGosuEnhancement()
-
Uses of IGosuEnhancementInternal in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IGosuEnhancementInternal Modifier and Type Class Description class
GosuEnhancement
Methods in gw.internal.gosu.parser that return IGosuEnhancementInternal Modifier and Type Method Description IGosuEnhancementInternal
GosuEnhancement. getParameterizedType(IType... paramTypes)
protected IGosuEnhancementInternal
GosuEnhancement. 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)
-