Uses of Interface
gw.lang.reflect.IParameterInfo
-
-
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
Methods 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 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 IRExpression
AbstractElementTransformer. 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 class
GosuMethodParamInfo
class
JavaMethodParamInfo
Methods 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)
IParameterInfo[]
AbstractGenericMethodInfo. getParameters()
IParameterInfo[]
ArrayExpansionMethodInfo. getParameters()
IParameterInfo[]
JavaConstructorInfo. getParameters()
IParameterInfo[]
JavaMethodInfo. getParameters()
-
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
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 void
ParseException. setParamTypesPossible(IParameterInfo[][] paramTypesPossible)
-
Uses of IParameterInfo in gw.lang.reflect
Classes in gw.lang.reflect that implement IParameterInfo Modifier and Type Class Description class
ModifiedParameterInfo
static class
ParameterInfoBuilder.BuiltParameterInfo
class
SimpleParameterInfo
Fields in gw.lang.reflect declared as IParameterInfo Modifier and Type Field Description static IParameterInfo[]
IParameterInfo. EMPTY_ARRAY
Methods in gw.lang.reflect that return IParameterInfo Modifier and Type Method Description IParameterInfo
ParameterInfoBuilder. 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 boolean
ITypeInfo.FIND. areParamsEqual(IParameterInfo[] srcArgs, IType[] testArgs)
static Object[]
ReflectUtil. coerceArgsIfNecessary(IParameterInfo[] parameters, Object... args)
static String
AnnotationReflectUtil. evalParameterDecription(IParameterInfo parameterData)
Deprecated.static IType[]
BaseFeatureInfo. getParamTypes(IParameterInfo[] parameters)
ParameterInfoBuilder
ParameterInfoBuilder. like(IParameterInfo param)
-
Uses of IParameterInfo in gw.lang.reflect.gs
Subinterfaces of IParameterInfo in gw.lang.reflect.gs Modifier and Type Interface Description interface
IGosuMethodParamInfo
-
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)
-