Uses of Interface
gw.lang.reflect.IConstructorType
Packages that use IConstructorType
Package
Description
-
Uses of IConstructorType in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IConstructorTypeModifier and TypeClassDescription(package private) static classMethods in gw.internal.gosu.parser that return IConstructorTypeModifier and TypeMethodDescriptionGosuParser.getConstructorType(IType classBean, Expression[] eArgs, List<IConstructorType> listAllMatchingMethods, ParserBase parserState) Get the type of the method specified in the member path.ErrorType.getErrorTypeConstructorType(IExpression[] eArgs, List listAllMatchingMethods) ConstructorInfoFactoryImpl.makeConstructorType(IConstructorInfo ctor) Methods in gw.internal.gosu.parser that return types with arguments of type IConstructorTypeModifier and TypeMethodDescriptionprivate ArrayList<IConstructorType>GosuParser.getPreliminaryConstructorTypes(IType declaringClass, NewExpression e) Methods in gw.internal.gosu.parser with parameters of type IConstructorTypeModifier and TypeMethodDescriptionprivate StringGosuParser.getModifierString(IConstructorType constructorType) private voidGosuParser.verifyArgCount(ParsedElement element, int iArgs, IConstructorType ctorType) private voidGosuParser.verifyConstructorIsAccessible(IType instanceClass, NewExpression e, IConstructorType constructorType, boolean bAnonymous) Method parameters in gw.internal.gosu.parser with type arguments of type IConstructorTypeModifier and TypeMethodDescriptionGosuParser.getConstructorType(IType classBean, Expression[] eArgs, List<IConstructorType> listAllMatchingMethods, ParserBase parserState) Get the type of the method specified in the member path.private voidGosuParser.scrubAnnotationConstructors(IType declaringClass, List<IConstructorType> listConstructorTypes) -
Uses of IConstructorType in gw.internal.gosu.parser.types
Classes in gw.internal.gosu.parser.types that implement IConstructorType -
Uses of IConstructorType in gw.lang.parser
Methods in gw.lang.parser that return IConstructorTypeModifier and TypeMethodDescriptionIConstructorInfoFactory.makeConstructorType(IConstructorInfo ctor) -
Uses of IConstructorType in gw.lang.reflect
Methods in gw.lang.reflect that return IConstructorTypeModifier and TypeMethodDescriptionIErrorType.getErrorTypeConstructorType(IExpression[] eArgs, List listAllMatchingMethods)