Uses of Interface
gw.lang.reflect.IParameterInfo
Packages that use IParameterInfo
Package
Description
-
Uses of IParameterInfo in editor
Classes in editor that implement IParameterInfoMethods in editor that return IParameterInfoModifier and TypeMethodDescriptionprivate IParameterInfo[][]ParameterInfoPopup.getParamInfoLists(IParsedElement parsedElement) Methods in editor with parameters of type IParameterInfoModifier and TypeMethodDescriptionprivate voidParameterInfoPopup.addParameterListLabel(IParameterInfo[] paramList, JPanel container, boolean bBorder, int iArgIndex) private StringParameterInfoPopup.makeParamInfoContent(IParameterInfo[] paramInfoList, int iArgIndex) -
Uses of IParameterInfo in editor.search
Methods in editor.search with parameters of type IParameterInfoModifier and TypeMethodDescriptionstatic IType[]FeatureUtil.getParamTypes(IParameterInfo[] paramInfos) -
Uses of IParameterInfo in gw.internal.gosu.dynamic
Fields in gw.internal.gosu.dynamic declared as IParameterInfoModifier and TypeFieldDescriptionprivate IParameterInfo[]DynamicConstructorInfo._paramInfosprivate IParameterInfo[]DynamicMethodInfo._paramInfosMethods in gw.internal.gosu.dynamic that return IParameterInfoModifier and TypeMethodDescriptionDynamicConstructorInfo.getParameters()DynamicMethodInfo.getParameters() -
Uses of IParameterInfo in gw.internal.gosu.ir.nodes
Methods in gw.internal.gosu.ir.nodes with parameters of type IParameterInfo -
Uses of IParameterInfo in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform with parameters of type IParameterInfoModifier and TypeMethodDescriptionstatic IType[]AbstractElementTransformer.getTypes(IParameterInfo[] parameters) protected IRExpressionAbstractElementTransformer.pushParamTypes(IParameterInfo[] parameters) -
Uses of IParameterInfo in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IParameterInfoFields in gw.internal.gosu.parser declared as IParameterInfoModifier and TypeFieldDescriptionprivate IParameterInfo[]ErrorTypeInfo.UniversalConstructorInfo._paramInfoprivate IParameterInfo[]ErrorTypeInfo.UniversalMethodInfo._paramInfoprivate IParameterInfo[]JavaConstructorInfo._paramsprivate IParameterInfo[]JavaMethodInfo._paramsMethods in gw.internal.gosu.parser that return IParameterInfoModifier and TypeMethodDescriptionAsmConstructorJavaClassConstructor.convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName) ConstructorJavaClassConstructor.convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName) (package private) static IParameterInfo[]JavaMethodInfo.convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName, IJavaClassType[] paramTypes, IJavaClassInfo declaringClass, List<Parameter> paramInfos) private IParameterInfo[]JavaMethodInfo.convertParameterDescriptors()AbstractGenericMethodInfo.getParameters()ArrayExpansionMethodInfo.getParameters()ErrorTypeInfo.UniversalConstructorInfo.getParameters()ErrorTypeInfo.UniversalMethodInfo.getParameters()JavaConstructorInfo.getParameters()JavaMethodInfo.getParameters()Methods in gw.internal.gosu.parser with parameters of type IParameterInfoModifier and TypeMethodDescriptionprivate booleanGosuClass.equalArgs(IParameterInfo[] parameters, List<ISymbol> args) private booleanEnhancementIndex.EnhancementManager.paramTypesEqual(IParameterInfo[] methodParams, IParameterInfo[] extensionParams) -
Uses of IParameterInfo in gw.internal.gosu.parser.java.classinfo
Methods in gw.internal.gosu.parser.java.classinfo that return IParameterInfoModifier and TypeMethodDescriptionJavaSourceConstructor.convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName) JavaSourceDefaultConstructor.convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName) protected IParameterInfo[]JavaSourceMethod.getActualParameterInfos(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars) -
Uses of IParameterInfo in gw.lang.parser.exceptions
Fields in gw.lang.parser.exceptions declared as IParameterInfoMethods in gw.lang.parser.exceptions that return IParameterInfoMethods in gw.lang.parser.exceptions with parameters of type IParameterInfoModifier and TypeMethodDescriptionvoidParseException.setParamTypesPossible(IParameterInfo[][] paramTypesPossible) -
Uses of IParameterInfo in gw.lang.reflect
Classes in gw.lang.reflect that implement IParameterInfoModifier and TypeClassDescriptionclassstatic classclassFields in gw.lang.reflect declared as IParameterInfoModifier and TypeFieldDescriptionprivate final IParameterInfo[]ConstructorInfoBuilder.BuiltConstructorInfo._parametersprivate final IParameterInfo[]MethodInfoBuilder.BuiltMethodInfo._parametersprivate IParameterInfo[]SimpleMethodInfo._paramInfostatic final IParameterInfo[]IParameterInfo.EMPTY_ARRAYMethods in gw.lang.reflect that return IParameterInfoModifier and TypeMethodDescriptionParameterInfoBuilder.build(IFeatureInfo container) ConstructorInfoBuilder.BuiltConstructorInfo.getParameters()IConstructorInfo.getParameters()IHasParameterInfos.getParameters()IMethodInfo.getParameters()MethodInfoBuilder.BuiltMethodInfo.getParameters()MethodInfoDelegate.getParameters()SimpleMethodInfo.getParameters()Methods in gw.lang.reflect with parameters of type IParameterInfoModifier and TypeMethodDescriptionstatic booleanITypeInfo.FIND.areParamsEqual(IParameterInfo[] srcArgs, IType[] testArgs) static Object[]ReflectUtil.coerceArgsIfNecessary(IParameterInfo[] parameters, Object... args) static StringAnnotationReflectUtil.evalParameterDecription(IParameterInfo parameterData) Deprecated.private static StringTypeInfoUtil.getParameterDisplay(IParameterInfo[] pds) static IType[]BaseFeatureInfo.getParamTypes(IParameterInfo[] parameters) ParameterInfoBuilder.like(IParameterInfo param) -
Uses of IParameterInfo in gw.lang.reflect.gs
Subinterfaces of IParameterInfo in gw.lang.reflect.gs -
Uses of IParameterInfo in gw.lang.reflect.java
Methods in gw.lang.reflect.java that return IParameterInfoModifier and TypeMethodDescriptionIJavaClassConstructor.convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName)