Uses of Interface
gw.lang.reflect.IConstructorInfo
-
-
Uses of IConstructorInfo in editor
Methods in editor that return IConstructorInfo Modifier and Type Method Description IConstructorInfoPackageTypeInfo. getCallableConstructor(IType... params)IConstructorInfoTypeInPackageTypeInfo. getCallableConstructor(IType... params)IConstructorInfoPackageTypeInfo. getConstructor(IType... params)IConstructorInfoTypeInPackageTypeInfo. getConstructor(IType... params)Methods in editor that return types with arguments of type IConstructorInfo Modifier and Type Method Description java.util.List<IConstructorInfo>PackageTypeInfo. getConstructors()java.util.List<IConstructorInfo>TypeInPackageTypeInfo. getConstructors()Methods in editor with parameters of type IConstructorInfo Modifier and Type Method Description private voidSmartFixManager. generateSuperCall(IConstructorInfo constructor) -
Uses of IConstructorInfo in editor.search
Methods in editor.search that return IConstructorInfo Modifier and Type Method Description private static IConstructorInfoFeatureUtil. findConstructor(IJavaType genType, IJavaClassConstructor ctor)(package private) static IConstructorInfoFeatureUtil. findRootConstructorInfo(IConstructorInfo ci)Methods in editor.search with parameters of type IConstructorInfo Modifier and Type Method Description (package private) static booleanFeatureUtil. constructorInfosEqual(IConstructorInfo ci, IConstructorInfo targetCi)(package private) static IConstructorInfoFeatureUtil. findRootConstructorInfo(IConstructorInfo ci)private java.util.List<SearchLocation>UsageSearcher. findUsage(IParsedElement pe, IConstructorInfo findCi, java.util.List<SearchLocation> locations) -
Uses of IConstructorInfo in gw.config
Methods in gw.config that return IConstructorInfo Modifier and Type Method Description private static IConstructorInfoTypeLoaderSpec. getConstructor(IType type, IType... argTypes) -
Uses of IConstructorInfo in gw.internal.gosu.dynamic
Classes in gw.internal.gosu.dynamic that implement IConstructorInfo Modifier and Type Class Description classDynamicConstructorInfoMethods in gw.internal.gosu.dynamic that return IConstructorInfo Modifier and Type Method Description IConstructorInfoDynamicTypeInfo. getCallableConstructor(IType... params)IConstructorInfoDynamicTypeInfo. getConstructor(IType... params)Methods in gw.internal.gosu.dynamic that return types with arguments of type IConstructorInfo Modifier and Type Method Description java.util.List<? extends IConstructorInfo>DynamicTypeInfo. getConstructors() -
Uses of IConstructorInfo in gw.internal.gosu.ir.nodes
Fields in gw.internal.gosu.ir.nodes declared as IConstructorInfo Modifier and Type Field Description private IConstructorInfoIRMethodFromConstructorInfo. _constructorMethods in gw.internal.gosu.ir.nodes with parameters of type IConstructorInfo Modifier and Type Method Description static IRMethodIRMethodFactory. createIRMethod(IConstructorInfo constructor)private java.util.List<IRType>IRMethodFromConstructorInfo. getBoundedParameterTypeDescriptors(IConstructorInfo mi)java.util.List<IRType>IRMethodFromConstructorInfo. getMethodDescriptor(IConstructorInfo mi)private static IRTypeIRMethodFromConstructorInfo. getTrueOwningType(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 booleanAbstractElementTransformer. isBytecodeType(IConstructorInfo ci) -
Uses of IConstructorInfo in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type IConstructorInfo Modifier and Type Method Description private IRExpressionNewExpressionTransformer. callConstructorInfo(IType rootType, IConstructorInfo ci, java.util.List<IRExpression> explicitArgs)private IRExpressionNewExpressionTransformer. compileConstructorCall(IConstructorInfo ci)(package private) static java.util.List<IRType>AbstractExpressionTransformer. getIRParameters(IConstructorInfo ci)private IRExpressionNewExpressionTransformer. makeConstructorCallDirectly(IConstructorInfo ci)private IRExpressionNewExpressionTransformer. makeConstructorCallReflectively(IConstructorInfo ci) -
Uses of IConstructorInfo in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IConstructorInfo Modifier and Type Class Description private static classErrorTypeInfo.UniversalConstructorInfoclassGosuConstructorInfoclassJavaConstructorInfoclassParameterizedGosuConstructorInfoFields in gw.internal.gosu.parser with type parameters of type IConstructorInfo Modifier and Type Field Description private LockingLazyVar<java.util.List<IConstructorInfo>>JavaTypeInfo. _allCtorsMethods in gw.internal.gosu.parser that return types with arguments of type IConstructorInfo Modifier and Type Method Description (package private) static java.util.List<IConstructorInfo>AnnotationConstructorGenerator. generateAnnotationConstructors(IRelativeTypeInfo backingClass)java.util.List<IConstructorInfo>CompoundTypeInfo. getConstructors()java.util.List<? extends IConstructorInfo>CompoundTypeInfo. getConstructors(IType whosaskin)java.util.List<IConstructorInfo>ErrorTypeInfo. getConstructors()java.util.List<? extends IConstructorInfo>JavaTypeInfo. getConstructors()java.util.List<? extends IConstructorInfo>JavaTypeInfo. getConstructors(IType whosAskin)java.util.List<IConstructorInfo>MetaTypeTypeInfo. getConstructors()java.util.List<? extends IConstructorInfo>MetaTypeTypeInfo. getConstructors(IType whosaskin)java.util.List<IConstructorInfo>NamespaceTypeInfo. getConstructors()java.util.List<? extends IConstructorInfo>CompoundTypeInfo. getDeclaredConstructors()java.util.List<? extends IConstructorInfo>GosuClassTypeInfo. getDeclaredConstructors()java.util.List<? extends IConstructorInfo>JavaTypeInfo. getDeclaredConstructors()java.util.List<? extends IConstructorInfo>MetaTypeTypeInfo. getDeclaredConstructors()Methods in gw.internal.gosu.parser with parameters of type IConstructorInfo Modifier and Type Method Description private voidAnnotationConstructorGenerator. addCtor(java.util.ArrayList<IConstructorInfo> list, IConstructorInfo ci)private voidGosuClassProxyFactory. genConstructor(java.lang.StringBuilder sb, IConstructorInfo ci)IConstructorStatementGosuClass. getConstructorStatement(IConstructorInfo ctor)private GosuConstructorInfoGosuParser. getGsConstructorInfo(IConstructorInfo ci, IGosuClassInternal gsInstanceClass)booleanGosuConstructorInfo. hasRawConstructor(IConstructorInfo rawCtor)booleanJavaConstructorInfo. hasRawConstructor(IConstructorInfo rawCtor)booleanParameterizedGosuConstructorInfo. hasRawConstructor(IConstructorInfo rawCtor)IConstructorTypeConstructorInfoFactoryImpl. makeConstructorType(IConstructorInfo ctor)Method parameters in gw.internal.gosu.parser with type arguments of type IConstructorInfo Modifier and Type Method Description private voidAnnotationConstructorGenerator. addCtor(java.util.ArrayList<IConstructorInfo> list, IConstructorInfo ci)private voidAnnotationConstructorGenerator. addLegacyConstructors(IMethodInfo[] methods, java.util.ArrayList<IConstructorInfo> constructorInfoArrayList)private booleanGosuClassParser. verifyCallSiteCtorImpled(FunctionStatement functionStmt, java.util.List<? extends IConstructorInfo> declaredConstructors) -
Uses of IConstructorInfo in gw.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions declared as IConstructorInfo Modifier and Type Field Description private IConstructorInfoNewExpression. _constructorMethods in gw.internal.gosu.parser.expressions that return IConstructorInfo Modifier and Type Method Description IConstructorInfoNewExpression. getConstructor()private IConstructorInfoFeatureLiteral. getSingleConsructor(IType typeToResolveAgainst, ITypeInfo typeInfo)Methods in gw.internal.gosu.parser.expressions with parameters of type IConstructorInfo Modifier and Type Method Description private ITypeFeatureLiteral. resolveConstructorLiteralType(IConstructorInfo constructorInfo)voidNewExpression. 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 IConstructorInfoGosuFragmentTypeInfo. getCallableConstructor(IType... params)IConstructorInfoGosuFragmentTypeInfo. getConstructor(IType... params)IConstructorInfoGosuFragmentTypeInfo. 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 java.util.List<? extends IConstructorInfo>GosuFragmentTypeInfo. getConstructors()java.util.List<? extends IConstructorInfo>GosuFragmentTypeInfo. getConstructors(IType whosaskin)java.util.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 IConstructorInfoConstructorType. _constructorMethods in gw.internal.gosu.parser.types that return IConstructorInfo Modifier and Type Method Description IConstructorInfoConstructorType. 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 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
Classes in gw.lang.reflect that implement IConstructorInfo Modifier and Type Class Description private static classConstructorInfoBuilder.BuiltConstructorInfoMethods in gw.lang.reflect that return IConstructorInfo Modifier and Type Method Description IConstructorInfoConstructorInfoBuilder. build(IFeatureInfo container)static IConstructorInfoITypeInfo.FIND. callableConstructor(java.util.List<? extends IConstructorInfo> constructors, IType... params)If there is a tie this method will throw an IllegalArgumentException.private static IConstructorInfoITypeInfo.FIND. callableConstructorImpl(java.util.List<? extends IConstructorInfo> constructors, boolean strict, IType... params)static IConstructorInfoITypeInfo.FIND. callableConstructorStrict(java.util.List<? extends IConstructorInfo> constructors, IType... params)If there is a tie this method will throw an IllegalArgumentException.static IConstructorInfoITypeInfo.FIND. constructor(java.util.List<? extends IConstructorInfo> constructors, IType... params)private static IConstructorInfoReflectUtil. findCallableConstructor(IType type, IType[] runtimeTypes)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 java.util.List<? extends IConstructorInfo>BaseHandBuiltTypeInfo. getConstructors()java.util.List<? extends IConstructorInfo>BaseHandBuiltTypeInfo. getConstructors(IType whosaskin)java.util.List<? extends IConstructorInfo>BaseTypeInfo. getConstructors()java.util.List<? extends IConstructorInfo>DefaultArrayTypeInfo. getConstructors()java.util.List<? extends IConstructorInfo>DefaultArrayTypeInfo. getConstructors(IType whosaskin)java.util.List<? extends IConstructorInfo>FeatureManager. getConstructors(IRelativeTypeInfo.Accessibility accessibility)java.util.List<? extends IConstructorInfo>FeatureManagerTypeInfoBase. getConstructors()java.util.List<? extends IConstructorInfo>FeatureManagerTypeInfoBase. getConstructors(IType whosAskin)java.util.List<IConstructorInfo>FunctionTypeInfo. getConstructors()java.util.List<? extends IConstructorInfo>IRelativeTypeInfo. getConstructors(IType whosaskin)java.util.List<? extends IConstructorInfo>ITypeInfo. getConstructors()java.util.List<? extends IConstructorInfo>DefaultArrayTypeInfo. getDeclaredConstructors()abstract java.util.List<? extends IConstructorInfo>FeatureManagerTypeInfoBase. getDeclaredConstructors()java.util.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 java.lang.StringTypeInfoUtil. getConstructorSignature(IConstructorInfo constructorInfo)static java.lang.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(java.util.List<? extends IConstructorInfo> constructors, IType... params)If there is a tie this method will throw an IllegalArgumentException.private static IConstructorInfoITypeInfo.FIND. callableConstructorImpl(java.util.List<? extends IConstructorInfo> constructors, boolean strict, IType... params)static IConstructorInfoITypeInfo.FIND. callableConstructorStrict(java.util.List<? extends IConstructorInfo> constructors, IType... params)If there is a tie this method will throw an IllegalArgumentException.static IConstructorInfoITypeInfo.FIND. constructor(java.util.List<? extends IConstructorInfo> constructors, IType... params) -
Uses of IConstructorInfo in gw.lang.reflect.features
Fields in gw.lang.reflect.features declared as IConstructorInfo Modifier and Type Field Description private IConstructorInfoConstructorReference. _ciMethods 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
-