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
Methods in gw.internal.gosu.parser that return IConstructorType Modifier and Type Method Description IConstructorType
GosuParser. getConstructorType(IType classBean, Expression[] eArgs, List<IConstructorType> listAllMatchingMethods, ParserBase parserState)
Get the type of the method specified in the member path.IConstructorType
ErrorType. getErrorTypeConstructorType(IExpression[] eArgs, List listAllMatchingMethods)
IConstructorType
ConstructorInfoFactoryImpl. makeConstructorType(IConstructorInfo ctor)
Method parameters in gw.internal.gosu.parser with type arguments of type IConstructorType Modifier and Type Method Description IConstructorType
GosuParser. getConstructorType(IType classBean, Expression[] eArgs, List<IConstructorType> listAllMatchingMethods, ParserBase parserState)
Get the type of the method specified in the member path. -
Uses of IConstructorType in gw.internal.gosu.parser.types
Classes in gw.internal.gosu.parser.types that implement IConstructorType Modifier and Type Class Description class
ConstructorType
-
Uses of IConstructorType in gw.lang.parser
Methods in gw.lang.parser that return IConstructorType Modifier and Type Method Description IConstructorType
IConstructorInfoFactory. makeConstructorType(IConstructorInfo ctor)
-
Uses of IConstructorType in gw.lang.reflect
Methods in gw.lang.reflect that return IConstructorType Modifier and Type Method Description IConstructorType
IErrorType. getErrorTypeConstructorType(IExpression[] eArgs, List listAllMatchingMethods)
-