Uses of Interface
gw.lang.reflect.IParameterInfo
Packages that use IParameterInfo
Package
Description
-
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
Methods 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 IParameterInfoMethods in gw.internal.gosu.parser that return IParameterInfoModifier and TypeMethodDescriptionAsmConstructorJavaClassConstructor.convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName) ConstructorJavaClassConstructor.convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName) AbstractGenericMethodInfo.getParameters()ArrayExpansionMethodInfo.getParameters()JavaConstructorInfo.getParameters()JavaMethodInfo.getParameters() -
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
Methods 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 IParameterInfoMethods in gw.lang.reflect that return IParameterInfoModifier and TypeMethodDescriptionParameterInfoBuilder.build(IFeatureInfo container) IConstructorInfo.getParameters()IHasParameterInfos.getParameters()IMethodInfo.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.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)