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 void
ParameterInfoPopup.addParameterListLabel
(IParameterInfo[] paramList, JPanel container, boolean bBorder, int iArgIndex) private String
ParameterInfoPopup.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._paramInfos
private IParameterInfo[]
DynamicMethodInfo._paramInfos
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 IRExpression
AbstractElementTransformer.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._paramInfo
private IParameterInfo[]
ErrorTypeInfo.UniversalMethodInfo._paramInfo
private IParameterInfo[]
JavaConstructorInfo._params
private IParameterInfo[]
JavaMethodInfo._params
Methods 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 boolean
GosuClass.equalArgs
(IParameterInfo[] parameters, List<ISymbol> args) private boolean
EnhancementIndex.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 TypeMethodDescriptionvoid
ParseException.setParamTypesPossible
(IParameterInfo[][] paramTypesPossible) -
Uses of IParameterInfo in gw.lang.reflect
Classes in gw.lang.reflect that implement IParameterInfoModifier and TypeClassDescriptionclass
static class
class
Fields in gw.lang.reflect declared as IParameterInfoModifier and TypeFieldDescriptionprivate final IParameterInfo[]
ConstructorInfoBuilder.BuiltConstructorInfo._parameters
private final IParameterInfo[]
MethodInfoBuilder.BuiltMethodInfo._parameters
private IParameterInfo[]
SimpleMethodInfo._paramInfo
static final IParameterInfo[]
IParameterInfo.EMPTY_ARRAY
Methods 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 boolean
ITypeInfo.FIND.areParamsEqual
(IParameterInfo[] srcArgs, IType[] testArgs) static Object[]
ReflectUtil.coerceArgsIfNecessary
(IParameterInfo[] parameters, Object... args) static String
AnnotationReflectUtil.evalParameterDecription
(IParameterInfo parameterData) Deprecated.private static String
TypeInfoUtil.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)