Uses of Interface
gw.lang.reflect.IConstructorType
-
Packages that use IConstructorType Package Description gw.internal.gosu.parser gw.internal.gosu.parser.types gw.lang.parser gw.lang.reflect -
-
Uses of IConstructorType in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IConstructorType Modifier and Type Class Description (package private) static classErrorTypeInfo.UniversalConstructorTypeMethods in gw.internal.gosu.parser that return IConstructorType Modifier and Type Method Description IConstructorTypeGosuParser. getConstructorType(IType classBean, Expression[] eArgs, java.util.List<IConstructorType> listAllMatchingMethods, ParserBase parserState)Get the type of the method specified in the member path.IConstructorTypeErrorType. getErrorTypeConstructorType(IExpression[] eArgs, java.util.List listAllMatchingMethods)IConstructorTypeConstructorInfoFactoryImpl. makeConstructorType(IConstructorInfo ctor)Methods in gw.internal.gosu.parser that return types with arguments of type IConstructorType Modifier and Type Method Description private java.util.ArrayList<IConstructorType>GosuParser. getPreliminaryConstructorTypes(IType declaringClass, NewExpression e)Methods in gw.internal.gosu.parser with parameters of type IConstructorType Modifier and Type Method Description private java.lang.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 IConstructorType Modifier and Type Method Description IConstructorTypeGosuParser. getConstructorType(IType classBean, Expression[] eArgs, java.util.List<IConstructorType> listAllMatchingMethods, ParserBase parserState)Get the type of the method specified in the member path.private voidGosuParser. scrubAnnotationConstructors(IType declaringClass, java.util.List<IConstructorType> listConstructorTypes) -
Uses of IConstructorType in gw.internal.gosu.parser.types
Classes in gw.internal.gosu.parser.types that implement IConstructorType Modifier and Type Class Description classConstructorType -
Uses of IConstructorType in gw.lang.parser
Methods in gw.lang.parser that return IConstructorType Modifier and Type Method Description IConstructorTypeIConstructorInfoFactory. makeConstructorType(IConstructorInfo ctor) -
Uses of IConstructorType in gw.lang.reflect
Methods in gw.lang.reflect that return IConstructorType Modifier and Type Method Description IConstructorTypeIErrorType. getErrorTypeConstructorType(IExpression[] eArgs, java.util.List listAllMatchingMethods)
-