Uses of Interface
gw.lang.reflect.IConstructorInfo
-
Packages that use IConstructorInfo Package Description gw.lang.parser gw.lang.parser.expressions gw.lang.reflect gw.lang.reflect.features gw.lang.reflect.gs gw.lang.reflect.java -
-
Uses of IConstructorInfo in gw.lang.parser
Methods in gw.lang.parser that return IConstructorInfo Modifier and Type Method Description IConstructorInfoIConstructorInfoFactory. create(IFeatureInfo container, IJavaClassConstructor ctor, IConstructorNode docs)IConstructorInfoIConstructorFunctionSymbol. getConstructorInfo()Methods in gw.lang.parser with parameters of type IConstructorInfo Modifier and Type Method Description IConstructorTypeIConstructorInfoFactory. 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 IConstructorInfoINewExpression. getConstructor() -
Uses of IConstructorInfo in gw.lang.reflect
Methods in gw.lang.reflect that return IConstructorInfo Modifier and Type Method Description IConstructorInfoConstructorInfoBuilder. build(IFeatureInfo container)static IConstructorInfoITypeInfo.FIND. callableConstructor(List<? extends IConstructorInfo> constructors, IType... params)If there is a tie this method will throw an IllegalArgumentException.static IConstructorInfoITypeInfo.FIND. callableConstructorStrict(List<? extends IConstructorInfo> constructors, IType... params)If there is a tie this method will throw an IllegalArgumentException.static IConstructorInfoITypeInfo.FIND. constructor(List<? extends IConstructorInfo> constructors, IType... params)IConstructorInfoBaseJavaTypeInfo. getCallableConstructor(IType... params)IConstructorInfoBaseTypeInfo. getCallableConstructor(IType... params)IConstructorInfoFeatureManagerTypeInfoBase. getCallableConstructor(IType... params)IConstructorInfoFunctionTypeInfo. getCallableConstructor(IType... params)IConstructorInfoITypeInfo. getCallableConstructor(IType... params)Returns a IConstructorInfo matching the specified parameter types or null if no match is found.IConstructorInfoTypeInfoBase. getCallableConstructor(IType... params)IConstructorInfoBaseHandBuiltTypeInfo. getConstructor(IType whosAskin, IType[] params)IConstructorInfoBaseJavaTypeInfo. getConstructor(IType... params)IConstructorInfoBaseTypeInfo. getConstructor(IType... params)IConstructorInfoDefaultArrayTypeInfo. getConstructor(IType whosAskin, IType[] params)IConstructorInfoFeatureManager. getConstructor(IRelativeTypeInfo.Accessibility accessibility, IType[] params)IConstructorInfoFeatureManagerTypeInfoBase. getConstructor(IType... params)IConstructorInfoFeatureManagerTypeInfoBase. getConstructor(IType whosAskin, IType[] params)IConstructorInfoFunctionTypeInfo. getConstructor(IType... params)IConstructorInfoIConstructorType. getConstructor()An associated Constructor.IConstructorInfoIRelativeTypeInfo. getConstructor(IType whosAskin, IType[] params)IConstructorInfoITypeInfo. getConstructor(IType... params)Returns a IConstructorInfo that has parameter types that produce the best match.IConstructorInfoTypeInfoBase. 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 ofIConstructorInfoobjects reflecting all the constructors declared by the class represented by thisITypeobject.Methods in gw.lang.reflect with parameters of type IConstructorInfo Modifier and Type Method Description static StringTypeInfoUtil. getConstructorSignature(IConstructorInfo constructorInfo)static StringTypeInfoUtil. getParameterDisplay(IConstructorInfo ci)default booleanIConstructorInfo. hasRawConstructor(IConstructorInfo rawCtor)ConstructorInfoBuilderConstructorInfoBuilder. like(IConstructorInfo constructor)Method parameters in gw.lang.reflect with type arguments of type IConstructorInfo Modifier and Type Method Description static IConstructorInfoITypeInfo.FIND. callableConstructor(List<? extends IConstructorInfo> constructors, IType... params)If there is a tie this method will throw an IllegalArgumentException.static IConstructorInfoITypeInfo.FIND. callableConstructorStrict(List<? extends IConstructorInfo> constructors, IType... params)If there is a tie this method will throw an IllegalArgumentException.static IConstructorInfoITypeInfo.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 IConstructorInfoConstructorReference. getConstructorInfo()IConstructorInfoIConstructorReference. 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 interfaceIGosuConstructorInfoMethods in gw.lang.reflect.gs with parameters of type IConstructorInfo Modifier and Type Method Description IConstructorStatementIGosuClass. getConstructorStatement(IConstructorInfo ctor) -
Uses of IConstructorInfo in gw.lang.reflect.java
Subinterfaces of IConstructorInfo in gw.lang.reflect.java Modifier and Type Interface Description interfaceIJavaConstructorInfo
-