Uses of Interface
gw.lang.reflect.IMethodInfo
-
-
Uses of IMethodInfo in editor
Fields in editor declared as IMethodInfo Modifier and Type Field Description private IMethodInfoMethodNode. _miMethods in editor that return IMethodInfo Modifier and Type Method Description IMethodInfoPackageTypeInfo. getCallableMethod(java.lang.CharSequence strMethod, IType... params)IMethodInfoTypeInPackageTypeInfo. getCallableMethod(java.lang.CharSequence strMethod, IType... params)IMethodInfoPackageTypeInfo. getMethod(java.lang.CharSequence methodName, IType... params)IMethodInfoTypeInPackageTypeInfo. getMethod(java.lang.CharSequence methodName, IType... params)IMethodInfoMethodNode. getMethodDescriptor()Constructors in editor with parameters of type IMethodInfo Constructor Description BeanTree(IMethodInfo descriptor, BeanTree parent)BeanTree(IMethodInfo descriptor, javax.swing.tree.TreeNode parent, IType whosAskin)MethodNode(IMethodInfo mi) -
Uses of IMethodInfo in editor.run
Methods in editor.run that return IMethodInfo Modifier and Type Method Description private IMethodInfoInProcessRunner. hasStaticMain(IGosuClass gsType) -
Uses of IMethodInfo in editor.search
Methods in editor.search that return IMethodInfo Modifier and Type Method Description private static IMethodInfoFeatureUtil. findMethod(IJavaType genType, IJavaClassMethod method)(package private) static IMethodInfoFeatureUtil. findRootMethodInfo(IMethodInfo mi)private static IMethodInfoFeatureUtil. findRootMethodInfo(IType genType, IMethodInfo mi)Methods in editor.search with parameters of type IMethodInfo Modifier and Type Method Description (package private) static IMethodInfoFeatureUtil. findRootMethodInfo(IMethodInfo mi)private static IMethodInfoFeatureUtil. findRootMethodInfo(IType genType, IMethodInfo mi)private java.util.List<SearchLocation>UsageSearcher. findUsage(IParsedElement pe, IMethodInfo findMi, java.util.List<SearchLocation> locations)(package private) static booleanFeatureUtil. methodInfosEqual(IMethodInfo mi, IMethodInfo targetMi) -
Uses of IMethodInfo in editor.util
Methods in editor.util with parameters of type IMethodInfo Modifier and Type Method Description private voidJavadocAccess. appendMethodSignatureLink(java.lang.StringBuilder strUrl, IMethodInfo methodInfo)private java.lang.StringJavadocAccess. buildHtmlForMethod(IJavaType type, IMethodInfo methodInfo)private java.lang.StringJavadocAccess. getMemberHelp(IMethodInfo methodInfo)private java.lang.StringJavadocAccess. getMethodSignatureHtml(IMethodInfo methodInfo) -
Uses of IMethodInfo in gw.internal.gosu.coercer
Methods in gw.internal.gosu.coercer that return IMethodInfo Modifier and Type Method Description private static IMethodInfoFunctionToInterfaceClassGenerator. getSingleMethod(IType interfaceType) -
Uses of IMethodInfo in gw.internal.gosu.dynamic
Classes in gw.internal.gosu.dynamic that implement IMethodInfo Modifier and Type Class Description classDynamicMethodInfoMethods in gw.internal.gosu.dynamic that return IMethodInfo Modifier and Type Method Description IMethodInfoDynamicTypeInfo. getCallableMethod(java.lang.CharSequence method, IType... params)IMethodInfoDynamicTypeInfo. getMethod(java.lang.CharSequence methodName, IType... params) -
Uses of IMethodInfo in gw.internal.gosu.ir.compiler.bytecode.expression
Methods in gw.internal.gosu.ir.compiler.bytecode.expression with parameters of type IMethodInfo Modifier and Type Method Description private voidStructuralTypeProxyGenerator. genInterfaceMethodDecl(java.lang.StringBuilder sb, IMethodInfo mi, IType rootType)private booleanStructuralTypeProxyGenerator. implementsMethod(IType type, IMethodInfo mi)private java.lang.StringStructuralTypeProxyGenerator. maybeCastParamType(IMethodInfo ifaceMethod, IType paramType, IType rootType, int iParam)private java.lang.StringStructuralTypeProxyGenerator. maybeCastReturnType(IMethodInfo mi, IType returnType, IType rootType) -
Uses of IMethodInfo in gw.internal.gosu.ir.nodes
Fields in gw.internal.gosu.ir.nodes declared as IMethodInfo Modifier and Type Field Description private IMethodInfoIRMethodFromMethodInfo. _originalMethodprivate IMethodInfoIRMethodFromMethodInfo. _terminalMethodMethods in gw.internal.gosu.ir.nodes that return IMethodInfo Modifier and Type Method Description IMethodInfoIRMethodFromMethodInfo. getOriginalMethod()IMethodInfoIRMethodFromMethodInfo. getTerminalMethod()Methods in gw.internal.gosu.ir.nodes with parameters of type IMethodInfo Modifier and Type Method Description static IRMethodFromMethodInfoIRMethodFactory. createIRMethod(IMethodInfo originalMethodInfo, IFunctionType functionType)private java.lang.StringIRMethodFromMethodInfo. getActualMethodName(IMethodInfo methodInfo)private java.util.List<IRType>IRMethodFromMethodInfo. getBoundedParameterTypeDescriptors(IMethodInfo mi)private IRTypeIRMethodFromMethodInfo. getBoundedReturnType(IMethodInfo mi)java.util.List<IRType>IRMethodFromMethodInfo. getMethodDescriptor(IMethodInfo mi)private static IRTypeIRMethodFromMethodInfo. getTrueOwningType(IMethodInfo mi)Constructors in gw.internal.gosu.ir.nodes with parameters of type IMethodInfo Constructor Description IRMethodFromMethodInfo(IMethodInfo originalMethod, IFunctionType functionType) -
Uses of IMethodInfo in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression that return IMethodInfo Modifier and Type Method Description private IMethodInfoBeanMethodCallExpressionTransformer. getMethodInfo()Methods in gw.internal.gosu.ir.transform.expression with parameters of type IMethodInfo Modifier and Type Method Description private booleanBeanMethodCallExpressionTransformer. isArrayExpansionMethod(IMethodInfo mi) -
Uses of IMethodInfo in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IMethodInfo Modifier and Type Class Description classArrayExpansionMethodInfoprivate static classErrorTypeInfo.UniversalMethodInfoclassGosuMethodInfoclassJavaMethodInfoprivate static classMetaTypeTypeInfo.DeprecatedStaticMethodInfoDelegateprivate static classMetaTypeTypeInfo.StaticMethodInfoDelegateFields in gw.internal.gosu.parser declared as IMethodInfo Modifier and Type Field Description private IMethodInfoArrayExpansionMethodInfo. _delegateprivate IMethodInfoErrorTypeInfo.UniversalFunctionType. _methodDescriptorprivate IMethodInfoDelegateFunctionSymbol. _miprivate IMethodInfoGosuObjectFunctionSymbol. _miprivate IMethodInfoTemplateRenderFunctionSymbol. _miprivate IMethodInfoReducedDelegateFunctionSymbol. _targetMethodInfoFields in gw.internal.gosu.parser with type parameters of type IMethodInfo Modifier and Type Field Description private java.util.Map<IModule,java.util.List<IMethodInfo>>MetaTypeTypeInfo. _declaredMethodsprivate java.util.Map<java.lang.String,java.util.List<IMethodInfo>>EnhancementIndex.EnhancementManager. _methodNamesToMethodsprivate java.util.Collection<IMethodInfo>EnhancementIndex.EnhancementManager. _methodsToAddToMethods in gw.internal.gosu.parser that return IMethodInfo Modifier and Type Method Description static IMethodInfoParserBase. findMathOpMethod(IType lhsType, int op, IType rhsType)IMethodInfoMetaTypeTypeInfo.DeprecatedStaticMethodInfoDelegate. getBackingMethodInfo()IMethodInfoCompoundTypeInfo. getCallableMethod(java.lang.CharSequence strMethod, IType... params)IMethodInfoErrorTypeInfo. getCallableMethod(java.lang.CharSequence method, IType... params)IMethodInfoGosuClassTypeInfo. getCallableMethod(java.lang.CharSequence strMethod, IType... params)IMethodInfoJavaTypeInfo. getCallableMethod(java.lang.CharSequence strMethod, IType... params)IMethodInfoMetaTypeTypeInfo. getCallableMethod(java.lang.CharSequence strMethod, IType... params)IMethodInfoNamespaceTypeInfo. getCallableMethod(java.lang.CharSequence strMethod, IType... params)IMethodInfoArrayExpansionMethodInfo. getDelegate()IMethodInfoCompoundTypeInfo. getMethod(IType whosaskin, java.lang.CharSequence methodName, IType... params)IMethodInfoCompoundTypeInfo. getMethod(java.lang.CharSequence methodName, IType... params)IMethodInfoErrorTypeInfo. getMethod(java.lang.CharSequence methodName, IType... params)IMethodInfoGosuClassTypeInfo. getMethod(IType whosaskin, java.lang.CharSequence methodName, IType... params)IMethodInfoGosuClassTypeInfo. getMethod(java.lang.CharSequence methodName, IType... params)IMethodInfoJavaTypeInfo. getMethod(IType whosaskin, java.lang.CharSequence methodName, IType... params)IMethodInfoJavaTypeInfo. getMethod(java.lang.CharSequence methodName, IType... params)IMethodInfoMetaTypeTypeInfo. getMethod(IType whosaskin, java.lang.CharSequence methodName, IType... params)IMethodInfoMetaTypeTypeInfo. getMethod(java.lang.CharSequence methodName, IType... params)IMethodInfoNamespaceTypeInfo. getMethod(java.lang.CharSequence methodName, IType... params)IMethodInfoErrorTypeInfo.UniversalFunctionType. getMethodInfo()IMethodInfoDelegateFunctionSymbol. getMi()IMethodInfoTemplateRenderFunctionSymbol. getMi()private IMethodInfoGosuClassProxyFactory. getPropertyGetMethod(IPropertyInfo pi, IJavaType ownerType)private IMethodInfoGosuClassProxyFactory. getPropertySetMethod(IPropertyInfo pi, IJavaType ownerType)IMethodInfoGosuPropertyInfo. getReadMethodInfo()IMethodInfoJavaPropertyInfo. getReadMethodInfo()IMethodInfoIReducedDelegateFunctionSymbol. getTargetMethodInfo()IMethodInfoReducedDelegateFunctionSymbol. getTargetMethodInfo()IMethodInfoGosuPropertyInfo. getWriteMethodInfo()IMethodInfoJavaPropertyInfo. getWriteMethodInfo()Methods in gw.internal.gosu.parser that return types with arguments of type IMethodInfo Modifier and Type Method Description private java.util.Map<java.lang.String,java.util.List<IMethodInfo>>EnhancementIndex.EnhancementManager. createMethodMap(java.util.Collection<IMethodInfo> methodsToAddTo)java.util.List<? extends IMethodInfo>CompoundTypeInfo. getDeclaredMethods()java.util.List<? extends IMethodInfo>GosuClassTypeInfo. getDeclaredMethods()java.util.List<? extends IMethodInfo>JavaTypeInfo. getDeclaredMethods()java.util.List<? extends IMethodInfo>MetaTypeTypeInfo. getDeclaredMethods()java.util.List<? extends IMethodInfo>GosuIndustrialParkImpl. getMethods(ITypeInfo beanInfo, IType ownersIntrinsicType)private java.util.List<? extends IMethodInfo>MetaTypeTypeInfo. getMethods(ITypeInfo typeInfo)Methods in gw.internal.gosu.parser with parameters of type IMethodInfo Modifier and Type Method Description private voidAnnotationConstructorGenerator. addLegacyConstructors(IMethodInfo[] methods, java.util.ArrayList<IConstructorInfo> constructorInfoArrayList)private booleanMetaTypeTypeInfo. areParameterTypesEqual(IMethodInfo methodInfo, IMethodInfo candidate)private booleanGosuClassProxyFactory. canExtendMethod(IMethodInfo mi)IFunctionTypeGosuIndustrialParkImpl. createFunctionType(IMethodInfo mi)private voidGosuClassProxyFactory. genInterfaceMethodDecl(java.lang.StringBuilder sb, IMethodInfo mi)private voidGosuClassProxyFactory. genMemberMethod(java.lang.StringBuilder sb, IMethodInfo mi)private voidGosuClassProxyFactory. genMethodImpl(java.lang.StringBuilder sb, IMethodInfo mi)private voidGosuClassProxyFactory. genStaticMethod(java.lang.StringBuilder sb, IMethodInfo mi)IFunctionStatementGosuClass. getFunctionStatement(IMethodInfo method)IFunctionTypeTypeLoaderAccess. getOrCreateFunctionType(IMethodInfo mi)private static booleanGosuClass. handleParameterizedDfs(IGosuClass implClass, IMethodInfo mi, IFunctionType ifaceFuncType, boolean bAcceptAbstract)private booleanAnnotationConstructorGenerator. hasArrayArgs(IMethodInfo[] methods)private booleanAnnotationConstructorGenerator. hasDefaultArgs(IMethodInfo[] methods)(package private) static booleanGosuClass. isObjectMethod(IMethodInfo mi)static booleanGosuClassProxyFactory. isObjectMethod(IMethodInfo mi)static booleanGosuClassProxyFactory. isPropertyGetter(IMethodInfo mi)static booleanGosuClassProxyFactory. isPropertyGetter(IMethodInfo mi, java.lang.String strPrefix)static booleanGosuClassProxyFactory. isPropertyMethod(IMethodInfo mi)static booleanGosuClassProxyFactory. isPropertySetter(IMethodInfo mi)private IConstructorInfoAnnotationConstructorGenerator. makeDefaultArrayAnnotationConstructor(IMethodInfo[] methods)private IExpressionAnnotationConstructorGenerator. makeDefaultValueExpression(IMethodInfo method)private IConstructorInfoAnnotationConstructorGenerator. makeLegacyAllArgsAnnotationConstructor(IMethodInfo[] methods)private IConstructorInfoAnnotationConstructorGenerator. makeLegacyAnnotationConstructor(IMethodInfo[] methods)private IConstructorInfoAnnotationConstructorGenerator. makeLegacyArrayAnnotationConstructor(IMethodInfo[] methods)private IConstructorInfoAnnotationConstructorGenerator. makeStandardAnnotationConstructor(IMethodInfo[] methods)private booleanEnhancementIndex.EnhancementManager. shouldAddMethod(IMethodInfo enhancementMethodInfo, IGosuEnhancement enhancementType, IType typeToGetEnhancementsFor)private booleanMetaTypeTypeInfo. shouldAddMethod(java.util.Set<IMethodInfo> methodInfos, IMethodInfo candidate)private static voidAnnotationConstructorGenerator. sortMethods(IMethodInfo[] methods)Method parameters in gw.internal.gosu.parser with type arguments of type IMethodInfo Modifier and Type Method Description voidEnhancementIndex. addEnhancementMethods(IType typeToEnhance, java.util.Collection<IMethodInfo> methodsToAddTo)protected voidGosuClassTypeInfo.MyFeatureManager. addEnhancementMethods(java.util.List<IMethodInfo> privateMethods)private java.util.Map<java.lang.String,java.util.List<IMethodInfo>>EnhancementIndex.EnhancementManager. createMethodMap(java.util.Collection<IMethodInfo> methodsToAddTo)private voidMetaTypeTypeInfo. loadMetaTypeMethods(java.util.Set<IMethodInfo> methods)private booleanMetaTypeTypeInfo. shouldAddMethod(java.util.Set<IMethodInfo> methodInfos, IMethodInfo candidate)Constructors in gw.internal.gosu.parser with parameters of type IMethodInfo Constructor Description ArrayExpansionMethodInfo(IMethodInfo delegate)DelegateFunctionSymbol(IGosuClassInternal gsClass, ISymbolTable symTable, ReducedDynamicFunctionSymbol dfs, IMethodInfo mi, DelegateStatement delegateStmt)DelegateFunctionType(IMethodInfo mi)DeprecatedStaticMethodInfoDelegate(IFeatureInfo container, IMethodInfo source)StaticMethodInfoDelegate(IFeatureInfo container, IMethodInfo source)TemplateRenderFunctionSymbol(IGosuClassInternal gsClass, ISymbolTable symTable, ReducedDynamicFunctionSymbol dfs, IMethodInfo mi, GosuTemplateType type, IType[] paramTypes)Constructor parameters in gw.internal.gosu.parser with type arguments of type IMethodInfo Constructor Description EnhancementManager(java.util.Collection<IMethodInfo> methodsToAddTo) -
Uses of IMethodInfo in gw.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions declared as IMethodInfo Modifier and Type Field Description private IMethodInfoBeanMethodCallExpression. _mdprivate IMethodInfoArithmeticExpression. _overrideprivate IMethodInfoConditionalExpression. _overrideMethods in gw.internal.gosu.parser.expressions that return IMethodInfo Modifier and Type Method Description IMethodInfoBeanMethodCallExpression. getGenericMethodDescriptor()IMethodInfoBeanMethodCallExpression. getMethodDescriptor()IMethodInfoArithmeticExpression. getOverride()IMethodInfoConditionalExpression. getOverride()private IMethodInfoFeatureLiteral. getSingleMethodWithName(java.lang.String methodName, IType typeToResolveAgainst, ITypeInfo typeInfo)Methods in gw.internal.gosu.parser.expressions with parameters of type IMethodInfo Modifier and Type Method Description private ITypeFeatureLiteral. resolveMethodLiteralType(IMethodInfo methodInfo)voidBeanMethodCallExpression. setMethodDescriptor(IMethodInfo md)voidArithmeticExpression. setOverride(IMethodInfo overrideMi)voidConditionalExpression. setOverride(IMethodInfo overrideMi) -
Uses of IMethodInfo in gw.internal.gosu.parser.fragments
Methods in gw.internal.gosu.parser.fragments that return IMethodInfo Modifier and Type Method Description IMethodInfoGosuFragmentTypeInfo. getCallableMethod(java.lang.CharSequence method, IType... params)IMethodInfoGosuFragmentTypeInfo. getMethod(IType whosaskin, java.lang.CharSequence methodName, IType... params)IMethodInfoGosuFragmentTypeInfo. getMethod(java.lang.CharSequence methodName, IType... params)Methods in gw.internal.gosu.parser.fragments that return types with arguments of type IMethodInfo Modifier and Type Method Description java.util.List<? extends IMethodInfo>GosuFragmentTypeInfo. getDeclaredMethods() -
Uses of IMethodInfo in gw.internal.gosu.parser.statements
Methods in gw.internal.gosu.parser.statements that return IMethodInfo Modifier and Type Method Description static IMethodInfoFunctionStatement. getGenericMethodInfo(IMethodInfo mi)Methods in gw.internal.gosu.parser.statements with parameters of type IMethodInfo Modifier and Type Method Description static IMethodInfoFunctionStatement. getGenericMethodInfo(IMethodInfo mi) -
Uses of IMethodInfo in gw.internal.gosu.properties
Methods in gw.internal.gosu.properties that return IMethodInfo Modifier and Type Method Description private IMethodInfoPropertiesTypeInfo. createGetValueByNameMethod(PropertyNode node)private IMethodInfoPropertiesTypeInfo. createGetValueMethod(PropertyNode node)IMethodInfoPropertiesTypeInfo. getCallableMethod(java.lang.CharSequence strMethod, IType... params)IMethodInfoPropertiesTypeInfo. getMethod(java.lang.CharSequence methodName, IType... params) -
Uses of IMethodInfo in gw.lang
Methods in gw.lang that return IMethodInfo Modifier and Type Method Description private static IMethodInfoGosu. hasStaticMain(IType type)Methods in gw.lang that return types with arguments of type IMethodInfo Modifier and Type Method Description java.util.List<? extends IMethodInfo>IGosuShop. getMethods(ITypeInfo beanInfo, IType ownersIntrinsicType)Methods in gw.lang with parameters of type IMethodInfo Modifier and Type Method Description static IFunctionTypeGosuShop. createFunctionType(IMethodInfo mi)IFunctionTypeIGosuShop. createFunctionType(IMethodInfo mi) -
Uses of IMethodInfo in gw.lang.ir.builder
Methods in gw.lang.ir.builder with parameters of type IMethodInfo Modifier and Type Method Description IRMethodBuilderIRMethodBuilder. copyParameters(IMethodInfo method) -
Uses of IMethodInfo in gw.lang.parser
Methods in gw.lang.parser with parameters of type IMethodInfo Modifier and Type Method Description static booleanStandardCoercionManager. isObjectMethod(IMethodInfo mi)static booleanStandardCoercionManager. isStructurallyAssignable_Laxed(IType toType, IType fromType, IMethodInfo specificMethod, TypeVarToTypeMap inferenceMap) -
Uses of IMethodInfo in gw.lang.parser.coercers
Methods in gw.lang.parser.coercers that return IMethodInfo Modifier and Type Method Description static IMethodInfoFunctionToInterfaceCoercer. getSingleMethod(IType interfaceType) -
Uses of IMethodInfo in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IMethodInfo Modifier and Type Method Description IMethodInfoIBeanMethodCallExpression. getGenericMethodDescriptor()IMethodInfoIBeanMethodCallExpression. getMethodDescriptor()IMethodInfoIOverridableOperation. getOverride()Methods in gw.lang.parser.expressions with parameters of type IMethodInfo Modifier and Type Method Description voidIOverridableOperation. setOverride(IMethodInfo overrideMi) -
Uses of IMethodInfo in gw.lang.reflect
Subinterfaces of IMethodInfo in gw.lang.reflect Modifier and Type Interface Description interfaceIAspectMethodInfoDelegateinterfaceIMethodInfoDelegateinterfaceITypeInfoMethodInfoClasses in gw.lang.reflect that implement IMethodInfo Modifier and Type Class Description classMetaMethodInfoDelegateclassMethodInfoBaseprivate static classMethodInfoBuilder.BuiltMethodInfoclassMethodInfoDelegateclassSimpleMethodInfoFields in gw.lang.reflect declared as IMethodInfo Modifier and Type Field Description private IMethodInfoFunctionType. _miprivate IMethodInfoMethodInfoDelegate. _miFields in gw.lang.reflect with type parameters of type IMethodInfo Modifier and Type Field Description private java.util.HashMap<java.lang.String,DynamicArray<IMethodInfo>>MethodList. _mapMethods in gw.lang.reflect that return IMethodInfo Modifier and Type Method Description IMethodInfoMethodInfoBuilder. build(IFeatureInfo container)static IMethodInfoITypeInfo.FIND. callableMethod(MethodList methods, java.lang.CharSequence method, IType... params)If there is a tie this method will throw an IllegalArgumentException.private static IMethodInfoITypeInfo.FIND. callableMethodImpl(MethodList methodList, java.lang.CharSequence method, boolean strict, IType... params)If there is a tie this method will throw an IllegalArgumentException.static IMethodInfoITypeInfo.FIND. callableMethodStrict(MethodList methods, java.lang.CharSequence method, IType... params)If there is a tie this method will throw an IllegalArgumentException.IMethodInfoMethodList. findAssignableMethod(IMethodInfo miTo, boolean bStatic, TypeVarToTypeMap inferenceMap)static IMethodInfoReflectUtil. findCallableMethod(java.lang.String methodName, IType[] runtimeTypes, IType type)IMethodInfoITypeInfoMethodInfo. getBackingMethodInfo()IMethodInfoMetaMethodInfoDelegate. getBackingMethodInfo()IMethodInfoBaseJavaTypeInfo. getCallableMethod(java.lang.CharSequence strMethod, IType... params)IMethodInfoBaseTypeInfo. getCallableMethod(java.lang.CharSequence method, IType... params)IMethodInfoFeatureManagerTypeInfoBase. getCallableMethod(java.lang.CharSequence strMethod, IType... params)IMethodInfoFunctionTypeInfo. getCallableMethod(java.lang.CharSequence strMethod, IType... params)IMethodInfoITypeInfo. getCallableMethod(java.lang.CharSequence method, IType... params)Returns a IMethodInfo matching the specified name and has parameter types that produce the best match.IMethodInfoTypeInfoBase. getCallableMethod(java.lang.CharSequence method, IType... params)IMethodInfoBaseHandBuiltTypeInfo. getMethod(IType whosaskin, java.lang.CharSequence methodName, IType... params)IMethodInfoBaseJavaTypeInfo. getMethod(java.lang.CharSequence methodName, IType... params)IMethodInfoBaseTypeInfo. getMethod(java.lang.CharSequence methodName, IType... params)IMethodInfoDefaultArrayTypeInfo. getMethod(IType whosaskin, java.lang.CharSequence methodName, IType... params)IMethodInfoFeatureManager. getMethod(IRelativeTypeInfo.Accessibility accessibility, java.lang.CharSequence methodName, IType... params)IMethodInfoFeatureManagerTypeInfoBase. getMethod(IType whosaskin, java.lang.CharSequence methodName, IType... params)IMethodInfoFeatureManagerTypeInfoBase. getMethod(java.lang.CharSequence methodName, IType... params)IMethodInfoFunctionTypeInfo. getMethod(java.lang.CharSequence methodName, IType... params)IMethodInfoIRelativeTypeInfo. getMethod(IType whosaskin, java.lang.CharSequence methodName, IType... params)IMethodInfoITypeInfo. getMethod(java.lang.CharSequence methodName, IType... params)Returns a IMethodInfo matching the specified name and parameter types or null if no match is found.IMethodInfoTypeInfoBase. getMethod(java.lang.CharSequence methodName, IType... params)IMethodInfoFunctionType. getMethodInfo()IMethodInfoIFunctionType. getMethodInfo()An associated IMethodInfo.IMethodInfoParameterizedFunctionType. getMethodInfo()IMethodInfoIMethodBackedPropertyInfo. getReadMethodInfo()IMethodInfoIMethodInfoDelegate. getSource()IMethodInfoMethodInfoDelegate. getSource()IMethodInfoIMethodBackedPropertyInfo. getWriteMethodInfo()static IMethodInfoITypeInfo.FIND. method(MethodList methodList, java.lang.CharSequence method, IType... params)IMethodInfoMethodList. remove(int index)IMethodInfoMethodList. set(int index, IMethodInfo method)Methods in gw.lang.reflect that return types with arguments of type IMethodInfo Modifier and Type Method Description java.util.List<? extends IMethodInfo>DefaultArrayTypeInfo. getDeclaredMethods()abstract java.util.List<? extends IMethodInfo>FeatureManagerTypeInfoBase. getDeclaredMethods()java.util.List<? extends IMethodInfo>IRelativeTypeInfo. getDeclaredMethods()Returns a list ofIMethodInfoobjects reflecting all the methods declared by the class or interface represented by thisITypeobject.java.util.Collection<DynamicArray<IMethodInfo>>MethodList. getMethodBuckets()DynamicArray<? extends IMethodInfo>MethodList. getMethods(java.lang.String name)static java.util.List<? extends IMethodInfo>TypeSystem. getMethods(ITypeInfo beanInfo, IType ownersIntrinsicType)Methods in gw.lang.reflect with parameters of type IMethodInfo Modifier and Type Method Description voidMethodList. add(int index, IMethodInfo method)booleanMethodList. add(IMethodInfo method)private voidMethodList. addToMap(IMethodInfo method)static java.lang.StringAnnotationReflectUtil. evalReturnDescription(IMethodInfo method)Deprecated.static booleanAnnotationReflectUtil. evalVisibleForWebservice(IMethodInfo method)Deprecated.IMethodInfoMethodList. findAssignableMethod(IMethodInfo miTo, boolean bStatic, TypeVarToTypeMap inferenceMap)static java.lang.StringTypeInfoUtil. getMethodSignature(IMethodInfo mi)IFunctionTypeITypeSystem. getOrCreateFunctionType(IMethodInfo mi)static IFunctionTypeTypeSystem. getOrCreateFunctionType(IMethodInfo mi)static java.lang.StringTypeInfoUtil. getParameterDisplay(IMethodInfo mi)MethodInfoBuilderMethodInfoBuilder. like(IMethodInfo method)protected voidFeatureManager. mergeMethod(MethodList methods, IMethodInfo thisMethodInfo, boolean replace)private IType[]FeatureManager. removeGenericMethodParameters(IMethodInfo thisMethodInfo)IMethodInfoMethodList. set(int index, IMethodInfo method)static MethodListMethodList. singleton(IMethodInfo theOneMethod)Method parameters in gw.lang.reflect with type arguments of type IMethodInfo Modifier and Type Method Description booleanMethodList. addAll(int index, java.util.Collection<? extends IMethodInfo> c)booleanMethodList. addAll(java.util.Collection<? extends IMethodInfo> c)protected voidFeatureManager. addEnhancementMethods(java.util.List<IMethodInfo> privateMethods)Constructors in gw.lang.reflect with parameters of type IMethodInfo Constructor Description FunctionType(IMethodInfo mi)FunctionType(IMethodInfo mi, boolean lazyTypes)MetaMethodInfoDelegate(ITypeInfo container, IMethodInfo source)MethodInfoDelegate(IFeatureInfo container, IMethodInfo source)Constructor parameters in gw.lang.reflect with type arguments of type IMethodInfo Constructor Description MethodList(java.util.List<IMethodInfo> methods) -
Uses of IMethodInfo in gw.lang.reflect.features
Fields in gw.lang.reflect.features declared as IMethodInfo Modifier and Type Field Description private IMethodInfoBoundMethodReference. _miprivate IMethodInfoMethodReference. _miMethods in gw.lang.reflect.features that return IMethodInfo Modifier and Type Method Description IMethodInfoBoundMethodReference. getMethodInfo()IMethodInfoIMethodReference. getMethodInfo()Returns the method info for this referenceIMethodInfoMethodReference. getMethodInfo()(package private) static IMethodInfoMethodReference. getMethodInfo(IType rootType, java.lang.String funcName, IType[] params) -
Uses of IMethodInfo in gw.lang.reflect.gs
Subinterfaces of IMethodInfo in gw.lang.reflect.gs Modifier and Type Interface Description interfaceIGosuMethodInfoMethods in gw.lang.reflect.gs with parameters of type IMethodInfo Modifier and Type Method Description IFunctionStatementIGosuClass. getFunctionStatement(IMethodInfo method)Method parameters in gw.lang.reflect.gs with type arguments of type IMethodInfo Modifier and Type Method Description voidIEnhancementIndex. addEnhancementMethods(IType typeToEnhance, java.util.Collection<IMethodInfo> methodsToAddTo) -
Uses of IMethodInfo in gw.lang.reflect.java
Subinterfaces of IMethodInfo in gw.lang.reflect.java Modifier and Type Interface Description interfaceIJavaMethodInfoMethods in gw.lang.reflect.java that return IMethodInfo Modifier and Type Method Description IMethodInfoIJavaPropertyInfo. getReadMethodInfo()IMethodInfoIJavaPropertyInfo. getWriteMethodInfo() -
Uses of IMethodInfo in gw.test
Methods in gw.test with parameters of type IMethodInfo Modifier and Type Method Description private static booleanTestSpec. isTestMethod(IMethodInfo methodInfo)
-