Uses of Interface
gw.lang.reflect.gs.IGosuConstructorInfo
-
Packages that use IGosuConstructorInfo Package Description gw.internal.gosu.parser gw.lang.reflect.gs -
-
Uses of IGosuConstructorInfo in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IGosuConstructorInfo Modifier and Type Class Description classGosuConstructorInfoclassParameterizedGosuConstructorInfoFields in gw.internal.gosu.parser declared as IGosuConstructorInfo Modifier and Type Field Description private IGosuConstructorInfoParameterizedGosuConstructorInfo. _delegateMethods in gw.internal.gosu.parser that return IGosuConstructorInfo Modifier and Type Method Description IGosuConstructorInfoGosuConstructorInfo. getBackingConstructorInfo()IGosuConstructorInfoParameterizedGosuConstructorInfo. getBackingConstructorInfo()Methods in gw.internal.gosu.parser with parameters of type IGosuConstructorInfo Modifier and Type Method Description private booleanGosuClassParseInfo. equals(DynamicFunctionSymbol constructor, IGosuConstructorInfo ctorFromSuper)private DynamicFunctionSymbolGosuClassParseInfo. getSuperDfsFromSuperCtor(IGosuConstructorInfo ctorFromSuper)Constructors in gw.internal.gosu.parser with parameters of type IGosuConstructorInfo Constructor Description ParameterizedGosuConstructorInfo(IFeatureInfo container, DynamicFunctionSymbol dfs, IGosuConstructorInfo delegate) -
Uses of IGosuConstructorInfo in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return IGosuConstructorInfo Modifier and Type Method Description IGosuConstructorInfoIGosuConstructorInfo. getBackingConstructorInfo()
-