Uses of Interface
gw.lang.reflect.IConstructorInfo
-
-
Uses of IConstructorInfo in editor
Methods in editor that return IConstructorInfo Modifier and Type Method Description IConstructorInfo
PackageTypeInfo. getCallableConstructor(IType... params)
IConstructorInfo
TypeInPackageTypeInfo. getCallableConstructor(IType... params)
IConstructorInfo
PackageTypeInfo. getConstructor(IType... params)
IConstructorInfo
TypeInPackageTypeInfo. getConstructor(IType... params)
Methods in editor that return types with arguments of type IConstructorInfo Modifier and Type Method Description List<IConstructorInfo>
PackageTypeInfo. getConstructors()
List<IConstructorInfo>
TypeInPackageTypeInfo. getConstructors()
-
Uses of IConstructorInfo in gw.internal.gosu.dynamic
Classes in gw.internal.gosu.dynamic that implement IConstructorInfo Modifier and Type Class Description class
DynamicConstructorInfo
Methods in gw.internal.gosu.dynamic that return IConstructorInfo Modifier and Type Method Description IConstructorInfo
DynamicTypeInfo. getCallableConstructor(IType... params)
IConstructorInfo
DynamicTypeInfo. getConstructor(IType... params)
Methods in gw.internal.gosu.dynamic that return types with arguments of type IConstructorInfo Modifier and Type Method Description List<? extends IConstructorInfo>
DynamicTypeInfo. getConstructors()
-
Uses of IConstructorInfo in gw.internal.gosu.ir.nodes
Methods in gw.internal.gosu.ir.nodes with parameters of type IConstructorInfo Modifier and Type Method Description static IRMethod
IRMethodFactory. createIRMethod(IConstructorInfo constructor)
List<IRType>
IRMethodFromConstructorInfo. getMethodDescriptor(IConstructorInfo mi)
Constructors in gw.internal.gosu.ir.nodes with parameters of type IConstructorInfo Constructor Description IRMethodFromConstructorInfo(IConstructorInfo constructor)
-
Uses of IConstructorInfo in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform with parameters of type IConstructorInfo Modifier and Type Method Description static boolean
AbstractElementTransformer. isBytecodeType(IConstructorInfo ci)
-
Uses of IConstructorInfo in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IConstructorInfo Modifier and Type Class Description class
GosuConstructorInfo
class
JavaConstructorInfo
class
ParameterizedGosuConstructorInfo
Methods in gw.internal.gosu.parser that return types with arguments of type IConstructorInfo Modifier and Type Method Description List<IConstructorInfo>
CompoundTypeInfo. getConstructors()
List<? extends IConstructorInfo>
CompoundTypeInfo. getConstructors(IType whosaskin)
List<IConstructorInfo>
ErrorTypeInfo. getConstructors()
List<? extends IConstructorInfo>
JavaTypeInfo. getConstructors()
List<? extends IConstructorInfo>
JavaTypeInfo. getConstructors(IType whosAskin)
List<IConstructorInfo>
MetaTypeTypeInfo. getConstructors()
List<? extends IConstructorInfo>
MetaTypeTypeInfo. getConstructors(IType whosaskin)
List<IConstructorInfo>
NamespaceTypeInfo. getConstructors()
List<? extends IConstructorInfo>
CompoundTypeInfo. getDeclaredConstructors()
List<? extends IConstructorInfo>
GosuClassTypeInfo. getDeclaredConstructors()
List<? extends IConstructorInfo>
JavaTypeInfo. getDeclaredConstructors()
List<? extends IConstructorInfo>
MetaTypeTypeInfo. getDeclaredConstructors()
Methods in gw.internal.gosu.parser with parameters of type IConstructorInfo Modifier and Type Method Description IConstructorStatement
GosuClass. getConstructorStatement(IConstructorInfo ctor)
boolean
GosuConstructorInfo. hasRawConstructor(IConstructorInfo rawCtor)
boolean
JavaConstructorInfo. hasRawConstructor(IConstructorInfo rawCtor)
boolean
ParameterizedGosuConstructorInfo. hasRawConstructor(IConstructorInfo rawCtor)
IConstructorType
ConstructorInfoFactoryImpl. makeConstructorType(IConstructorInfo ctor)
-
Uses of IConstructorInfo in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions that return IConstructorInfo Modifier and Type Method Description IConstructorInfo
NewExpression. getConstructor()
Methods in gw.internal.gosu.parser.expressions with parameters of type IConstructorInfo Modifier and Type Method Description void
NewExpression. setConstructor(IConstructorInfo constructor)
The constructor for the new operation. -
Uses of IConstructorInfo in gw.internal.gosu.parser.fragments
Methods in gw.internal.gosu.parser.fragments that return IConstructorInfo Modifier and Type Method Description IConstructorInfo
GosuFragmentTypeInfo. getCallableConstructor(IType... params)
IConstructorInfo
GosuFragmentTypeInfo. getConstructor(IType... params)
IConstructorInfo
GosuFragmentTypeInfo. getConstructor(IType whosAskin, IType[] params)
Methods in gw.internal.gosu.parser.fragments that return types with arguments of type IConstructorInfo Modifier and Type Method Description List<? extends IConstructorInfo>
GosuFragmentTypeInfo. getConstructors()
List<? extends IConstructorInfo>
GosuFragmentTypeInfo. getConstructors(IType whosaskin)
List<? extends IConstructorInfo>
GosuFragmentTypeInfo. getDeclaredConstructors()
-
Uses of IConstructorInfo in gw.internal.gosu.parser.types
Fields in gw.internal.gosu.parser.types declared as IConstructorInfo Modifier and Type Field Description protected IConstructorInfo
ConstructorType. _constructor
Methods in gw.internal.gosu.parser.types that return IConstructorInfo Modifier and Type Method Description IConstructorInfo
ConstructorType. getConstructor()
Constructors in gw.internal.gosu.parser.types with parameters of type IConstructorInfo Constructor Description ConstructorType(IConstructorInfo constructor)
-
Uses of IConstructorInfo in gw.lang.parser
Methods in gw.lang.parser that return IConstructorInfo Modifier and Type Method Description IConstructorInfo
IConstructorInfoFactory. create(IFeatureInfo container, IJavaClassConstructor ctor, IConstructorNode docs)
IConstructorInfo
IConstructorFunctionSymbol. getConstructorInfo()
Methods in gw.lang.parser with parameters of type IConstructorInfo Modifier and Type Method Description IConstructorType
IConstructorInfoFactory. makeConstructorType(IConstructorInfo ctor)
-
Uses of IConstructorInfo in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IConstructorInfo Modifier and Type Method Description IConstructorInfo
INewExpression. getConstructor()
-
Uses of IConstructorInfo in gw.lang.reflect
Methods in gw.lang.reflect that return IConstructorInfo Modifier and Type Method Description IConstructorInfo
ConstructorInfoBuilder. build(IFeatureInfo container)
static IConstructorInfo
ITypeInfo.FIND. callableConstructor(List<? extends IConstructorInfo> constructors, IType... params)
If there is a tie this method will throw an IllegalArgumentException.static IConstructorInfo
ITypeInfo.FIND. callableConstructorStrict(List<? extends IConstructorInfo> constructors, IType... params)
If there is a tie this method will throw an IllegalArgumentException.static IConstructorInfo
ITypeInfo.FIND. constructor(List<? extends IConstructorInfo> constructors, IType... params)
IConstructorInfo
BaseJavaTypeInfo. getCallableConstructor(IType... params)
IConstructorInfo
BaseTypeInfo. getCallableConstructor(IType... params)
IConstructorInfo
FeatureManagerTypeInfoBase. getCallableConstructor(IType... params)
IConstructorInfo
FunctionTypeInfo. getCallableConstructor(IType... params)
IConstructorInfo
ITypeInfo. getCallableConstructor(IType... params)
Returns a IConstructorInfo matching the specified parameter types or null if no match is found.IConstructorInfo
TypeInfoBase. getCallableConstructor(IType... params)
IConstructorInfo
BaseHandBuiltTypeInfo. getConstructor(IType whosAskin, IType[] params)
IConstructorInfo
BaseJavaTypeInfo. getConstructor(IType... params)
IConstructorInfo
BaseTypeInfo. getConstructor(IType... params)
IConstructorInfo
DefaultArrayTypeInfo. getConstructor(IType whosAskin, IType[] params)
IConstructorInfo
FeatureManager. getConstructor(IRelativeTypeInfo.Accessibility accessibility, IType[] params)
IConstructorInfo
FeatureManagerTypeInfoBase. getConstructor(IType... params)
IConstructorInfo
FeatureManagerTypeInfoBase. getConstructor(IType whosAskin, IType[] params)
IConstructorInfo
FunctionTypeInfo. getConstructor(IType... params)
IConstructorInfo
IConstructorType. getConstructor()
An associated Constructor.IConstructorInfo
IRelativeTypeInfo. getConstructor(IType whosAskin, IType[] params)
IConstructorInfo
ITypeInfo. getConstructor(IType... params)
Returns a IConstructorInfo that has parameter types that produce the best match.IConstructorInfo
TypeInfoBase. getConstructor(IType... params)
Methods in gw.lang.reflect that return types with arguments of type IConstructorInfo Modifier and Type Method Description List<? extends IConstructorInfo>
BaseHandBuiltTypeInfo. getConstructors()
List<? extends IConstructorInfo>
BaseHandBuiltTypeInfo. getConstructors(IType whosaskin)
List<? extends IConstructorInfo>
BaseTypeInfo. getConstructors()
List<? extends IConstructorInfo>
DefaultArrayTypeInfo. getConstructors()
List<? extends IConstructorInfo>
DefaultArrayTypeInfo. getConstructors(IType whosaskin)
List<? extends IConstructorInfo>
FeatureManager. getConstructors(IRelativeTypeInfo.Accessibility accessibility)
List<? extends IConstructorInfo>
FeatureManagerTypeInfoBase. getConstructors()
List<? extends IConstructorInfo>
FeatureManagerTypeInfoBase. getConstructors(IType whosAskin)
List<IConstructorInfo>
FunctionTypeInfo. getConstructors()
List<? extends IConstructorInfo>
IRelativeTypeInfo. getConstructors(IType whosaskin)
List<? extends IConstructorInfo>
ITypeInfo. getConstructors()
List<? extends IConstructorInfo>
DefaultArrayTypeInfo. getDeclaredConstructors()
abstract List<? extends IConstructorInfo>
FeatureManagerTypeInfoBase. getDeclaredConstructors()
List<? extends IConstructorInfo>
IRelativeTypeInfo. getDeclaredConstructors()
Returns a list ofIConstructorInfo
objects reflecting all the constructors declared by the class represented by thisIType
object.Methods in gw.lang.reflect with parameters of type IConstructorInfo Modifier and Type Method Description static String
TypeInfoUtil. getConstructorSignature(IConstructorInfo constructorInfo)
static String
TypeInfoUtil. getParameterDisplay(IConstructorInfo ci)
default boolean
IConstructorInfo. hasRawConstructor(IConstructorInfo rawCtor)
ConstructorInfoBuilder
ConstructorInfoBuilder. like(IConstructorInfo constructor)
Method parameters in gw.lang.reflect with type arguments of type IConstructorInfo Modifier and Type Method Description static IConstructorInfo
ITypeInfo.FIND. callableConstructor(List<? extends IConstructorInfo> constructors, IType... params)
If there is a tie this method will throw an IllegalArgumentException.static IConstructorInfo
ITypeInfo.FIND. callableConstructorStrict(List<? extends IConstructorInfo> constructors, IType... params)
If there is a tie this method will throw an IllegalArgumentException.static IConstructorInfo
ITypeInfo.FIND. constructor(List<? extends IConstructorInfo> constructors, IType... params)
-
Uses of IConstructorInfo in gw.lang.reflect.features
Methods in gw.lang.reflect.features that return IConstructorInfo Modifier and Type Method Description IConstructorInfo
ConstructorReference. getConstructorInfo()
IConstructorInfo
IConstructorReference. getConstructorInfo()
Returns the method info for this reference -
Uses of IConstructorInfo in gw.lang.reflect.gs
Subinterfaces of IConstructorInfo in gw.lang.reflect.gs Modifier and Type Interface Description interface
IGosuConstructorInfo
Methods in gw.lang.reflect.gs with parameters of type IConstructorInfo Modifier and Type Method Description IConstructorStatement
IGosuClass. getConstructorStatement(IConstructorInfo ctor)
-
Uses of IConstructorInfo in gw.lang.reflect.java
Subinterfaces of IConstructorInfo in gw.lang.reflect.java Modifier and Type Interface Description interface
IJavaConstructorInfo
-