Uses of Interface
gw.lang.reflect.IParameterInfo
-
-
Uses of IParameterInfo in editor
Classes in editor that implement IParameterInfo Modifier and Type Class Description private static classParameterInfoPopup.ParameterInfoStubMethods in editor that return IParameterInfo Modifier and Type Method Description private IParameterInfo[][]ParameterInfoPopup. getParamInfoLists(IParsedElement parsedElement)Methods in editor with parameters of type IParameterInfo Modifier and Type Method Description private voidParameterInfoPopup. addParameterListLabel(IParameterInfo[] paramList, javax.swing.JPanel container, boolean bBorder, int iArgIndex)private java.lang.StringParameterInfoPopup. makeParamInfoContent(IParameterInfo[] paramInfoList, int iArgIndex) -
Uses of IParameterInfo in editor.search
Methods in editor.search with parameters of type IParameterInfo Modifier and Type Method Description static IType[]FeatureUtil. getParamTypes(IParameterInfo[] paramInfos) -
Uses of IParameterInfo in gw.internal.gosu.dynamic
Fields in gw.internal.gosu.dynamic declared as IParameterInfo Modifier and Type Field Description private IParameterInfo[]DynamicConstructorInfo. _paramInfosprivate IParameterInfo[]DynamicMethodInfo. _paramInfosMethods in gw.internal.gosu.dynamic that return IParameterInfo Modifier and Type Method Description IParameterInfo[]DynamicConstructorInfo. getParameters()IParameterInfo[]DynamicMethodInfo. getParameters() -
Uses of IParameterInfo in gw.internal.gosu.ir.nodes
Methods in gw.internal.gosu.ir.nodes with parameters of type IParameterInfo Modifier and Type Method Description protected java.util.List<IRType>IRFeatureBase. getTypeDescriptors(IParameterInfo[] parameters) -
Uses of IParameterInfo in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform with parameters of type IParameterInfo Modifier and Type Method Description static 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 IParameterInfo Modifier and Type Class Description classGosuMethodParamInfoclassJavaMethodParamInfoFields in gw.internal.gosu.parser declared as IParameterInfo Modifier and Type Field Description private IParameterInfo[]ErrorTypeInfo.UniversalConstructorInfo. _paramInfoprivate IParameterInfo[]ErrorTypeInfo.UniversalMethodInfo. _paramInfoprivate IParameterInfo[]JavaConstructorInfo. _paramsprivate IParameterInfo[]JavaMethodInfo. _paramsMethods in gw.internal.gosu.parser that return IParameterInfo Modifier and Type Method Description IParameterInfo[]AsmConstructorJavaClassConstructor. convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName)IParameterInfo[]ConstructorJavaClassConstructor. convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName)(package private) static IParameterInfo[]JavaMethodInfo. convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName, IJavaClassType[] paramTypes, IJavaClassInfo declaringClass, java.util.List<Parameter> paramInfos)private IParameterInfo[]JavaMethodInfo. convertParameterDescriptors()IParameterInfo[]AbstractGenericMethodInfo. getParameters()IParameterInfo[]ArrayExpansionMethodInfo. getParameters()IParameterInfo[]ErrorTypeInfo.UniversalConstructorInfo. getParameters()IParameterInfo[]ErrorTypeInfo.UniversalMethodInfo. getParameters()IParameterInfo[]JavaConstructorInfo. getParameters()IParameterInfo[]JavaMethodInfo. getParameters()Methods in gw.internal.gosu.parser with parameters of type IParameterInfo Modifier and Type Method Description private booleanGosuClass. equalArgs(IParameterInfo[] parameters, java.util.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 IParameterInfo Modifier and Type Method Description IParameterInfo[]JavaSourceConstructor. convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName)IParameterInfo[]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 IParameterInfo Modifier and Type Field Description private IParameterInfo[][]ParseException. _paramTypesPossibleMethods in gw.lang.parser.exceptions that return IParameterInfo Modifier and Type Method Description IParameterInfo[][]ParseException. getParamTypesPossible()Methods in gw.lang.parser.exceptions with parameters of type IParameterInfo Modifier and Type Method Description voidParseException. setParamTypesPossible(IParameterInfo[][] paramTypesPossible) -
Uses of IParameterInfo in gw.lang.reflect
Classes in gw.lang.reflect that implement IParameterInfo Modifier and Type Class Description classModifiedParameterInfostatic classParameterInfoBuilder.BuiltParameterInfoclassSimpleParameterInfoFields in gw.lang.reflect declared as IParameterInfo Modifier and Type Field Description private IParameterInfo[]ConstructorInfoBuilder.BuiltConstructorInfo. _parametersprivate IParameterInfo[]MethodInfoBuilder.BuiltMethodInfo. _parametersprivate IParameterInfo[]SimpleMethodInfo. _paramInfostatic IParameterInfo[]IParameterInfo. EMPTY_ARRAYMethods in gw.lang.reflect that return IParameterInfo Modifier and Type Method Description IParameterInfoParameterInfoBuilder. build(IFeatureInfo container)IParameterInfo[]ConstructorInfoBuilder.BuiltConstructorInfo. getParameters()IParameterInfo[]IConstructorInfo. getParameters()IParameterInfo[]IHasParameterInfos. getParameters()IParameterInfo[]IMethodInfo. getParameters()IParameterInfo[]MethodInfoBuilder.BuiltMethodInfo. getParameters()IParameterInfo[]MethodInfoDelegate. getParameters()IParameterInfo[]SimpleMethodInfo. getParameters()Methods in gw.lang.reflect with parameters of type IParameterInfo Modifier and Type Method Description static booleanITypeInfo.FIND. areParamsEqual(IParameterInfo[] srcArgs, IType[] testArgs)static java.lang.Object[]ReflectUtil. coerceArgsIfNecessary(IParameterInfo[] parameters, java.lang.Object... args)static java.lang.StringAnnotationReflectUtil. evalParameterDecription(IParameterInfo parameterData)Deprecated.private static java.lang.StringTypeInfoUtil. getParameterDisplay(IParameterInfo[] pds)static IType[]BaseFeatureInfo. getParamTypes(IParameterInfo[] parameters)ParameterInfoBuilderParameterInfoBuilder. like(IParameterInfo param) -
Uses of IParameterInfo in gw.lang.reflect.gs
Subinterfaces of IParameterInfo in gw.lang.reflect.gs Modifier and Type Interface Description interfaceIGosuMethodParamInfo -
Uses of IParameterInfo in gw.lang.reflect.java
Methods in gw.lang.reflect.java that return IParameterInfo Modifier and Type Method Description IParameterInfo[]IJavaClassConstructor. convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName)
-