Uses of Interface
gw.lang.reflect.IParameterInfo
-
Packages that use IParameterInfo Package Description gw.lang.parser.exceptions gw.lang.reflect gw.lang.reflect.gs gw.lang.reflect.java -
-
Uses of IParameterInfo in gw.lang.parser.exceptions
Methods 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 static IParameterInfo[]IParameterInfo. EMPTY_ARRAYMethods in gw.lang.reflect that return IParameterInfo Modifier and Type Method Description IParameterInfoParameterInfoBuilder. build(IFeatureInfo container)IParameterInfo[]IConstructorInfo. getParameters()IParameterInfo[]IHasParameterInfos. getParameters()IParameterInfo[]IMethodInfo. 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 Object[]ReflectUtil. coerceArgsIfNecessary(IParameterInfo[] parameters, Object... args)static StringAnnotationReflectUtil. evalParameterDecription(IParameterInfo parameterData)Deprecated.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)
-