Uses of Interface
gw.lang.reflect.IMethodInfo
Packages that use IMethodInfo
Package
Description
-
Uses of IMethodInfo in editor
Fields in editor declared as IMethodInfoMethods in editor that return IMethodInfoModifier and TypeMethodDescriptionPackageTypeInfo.getCallableMethod(CharSequence strMethod, IType... params) TypeInPackageTypeInfo.getCallableMethod(CharSequence strMethod, IType... params) PackageTypeInfo.getMethod(CharSequence methodName, IType... params) TypeInPackageTypeInfo.getMethod(CharSequence methodName, IType... params) MethodNode.getMethodDescriptor()Constructors in editor with parameters of type IMethodInfoModifierConstructorDescriptionprivateBeanTree(IMethodInfo descriptor, BeanTree parent) (package private)BeanTree(IMethodInfo descriptor, TreeNode parent, IType whosAskin) -
Uses of IMethodInfo in editor.run
Methods in editor.run that return IMethodInfoModifier and TypeMethodDescriptionprivate IMethodInfoInProcessRunner.hasStaticMain(IGosuClass gsType) -
Uses of IMethodInfo in editor.search
Methods in editor.search that return IMethodInfoModifier and TypeMethodDescriptionprivate 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 IMethodInfoModifier and TypeMethodDescription(package private) static IMethodInfoFeatureUtil.findRootMethodInfo(IMethodInfo mi) private static IMethodInfoFeatureUtil.findRootMethodInfo(IType genType, IMethodInfo mi) private List<SearchLocation>UsageSearcher.findUsage(IParsedElement pe, IMethodInfo findMi, 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 IMethodInfoModifier and TypeMethodDescriptionprivate voidJavadocAccess.appendMethodSignatureLink(StringBuilder strUrl, IMethodInfo methodInfo) private StringJavadocAccess.buildHtmlForMethod(IJavaType type, IMethodInfo methodInfo) private StringJavadocAccess.getMemberHelp(IMethodInfo methodInfo) private StringJavadocAccess.getMethodSignatureHtml(IMethodInfo methodInfo) -
Uses of IMethodInfo in gw.internal.gosu.coercer
Methods in gw.internal.gosu.coercer that return IMethodInfoModifier and TypeMethodDescriptionprivate static IMethodInfoFunctionToInterfaceClassGenerator.getSingleMethod(IType interfaceType) -
Uses of IMethodInfo in gw.internal.gosu.dynamic
Classes in gw.internal.gosu.dynamic that implement IMethodInfoMethods in gw.internal.gosu.dynamic that return IMethodInfoModifier and TypeMethodDescriptionDynamicTypeInfo.getCallableMethod(CharSequence method, IType... params) DynamicTypeInfo.getMethod(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 IMethodInfoModifier and TypeMethodDescriptionprivate voidStructuralTypeProxyGenerator.genInterfaceMethodDecl(StringBuilder sb, IMethodInfo mi, IType rootType) private booleanStructuralTypeProxyGenerator.implementsMethod(IType type, IMethodInfo mi) private StringStructuralTypeProxyGenerator.maybeCastParamType(IMethodInfo ifaceMethod, IType paramType, IType rootType, int iParam) private 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 IMethodInfoModifier and TypeFieldDescriptionprivate IMethodInfoIRMethodFromMethodInfo._originalMethodprivate IMethodInfoIRMethodFromMethodInfo._terminalMethodMethods in gw.internal.gosu.ir.nodes that return IMethodInfoModifier and TypeMethodDescriptionIRMethodFromMethodInfo.getOriginalMethod()IRMethodFromMethodInfo.getTerminalMethod()Methods in gw.internal.gosu.ir.nodes with parameters of type IMethodInfoModifier and TypeMethodDescriptionstatic IRMethodFromMethodInfoIRMethodFactory.createIRMethod(IMethodInfo originalMethodInfo, IFunctionType functionType) private StringIRMethodFromMethodInfo.getActualMethodName(IMethodInfo methodInfo) IRMethodFromMethodInfo.getBoundedParameterTypeDescriptors(IMethodInfo mi) private IRTypeIRMethodFromMethodInfo.getBoundedReturnType(IMethodInfo mi) IRMethodFromMethodInfo.getMethodDescriptor(IMethodInfo mi) private static IRTypeIRMethodFromMethodInfo.getTrueOwningType(IMethodInfo mi) Constructors in gw.internal.gosu.ir.nodes with parameters of type IMethodInfoModifierConstructorDescriptionIRMethodFromMethodInfo(IMethodInfo originalMethod, IFunctionType functionType) -
Uses of IMethodInfo in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression that return IMethodInfoModifier and TypeMethodDescriptionprivate IMethodInfoBeanMethodCallExpressionTransformer.getMethodInfo()Methods in gw.internal.gosu.ir.transform.expression with parameters of type IMethodInfoModifier and TypeMethodDescriptionprivate booleanBeanMethodCallExpressionTransformer.isArrayExpansionMethod(IMethodInfo mi) -
Uses of IMethodInfo in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IMethodInfoModifier and TypeClassDescriptionclassprivate static classclassclassprivate static classprivate static classFields in gw.internal.gosu.parser declared as IMethodInfoModifier and TypeFieldDescriptionprivate IMethodInfoArrayExpansionMethodInfo._delegateprivate IMethodInfoErrorTypeInfo.UniversalFunctionType._methodDescriptorprivate IMethodInfoDelegateFunctionSymbol._miprivate IMethodInfoGosuObjectFunctionSymbol._miprivate IMethodInfoTemplateRenderFunctionSymbol._miprivate IMethodInfoReducedDelegateFunctionSymbol._targetMethodInfoFields in gw.internal.gosu.parser with type parameters of type IMethodInfoModifier and TypeFieldDescriptionprivate Map<IModule,List<IMethodInfo>> MetaTypeTypeInfo._declaredMethodsprivate Map<String,List<IMethodInfo>> EnhancementIndex.EnhancementManager._methodNamesToMethodsprivate Collection<IMethodInfo>EnhancementIndex.EnhancementManager._methodsToAddToMethods in gw.internal.gosu.parser that return IMethodInfoModifier and TypeMethodDescriptionstatic IMethodInfoParserBase.findMathOpMethod(IType lhsType, int op, IType rhsType) MetaTypeTypeInfo.DeprecatedStaticMethodInfoDelegate.getBackingMethodInfo()CompoundTypeInfo.getCallableMethod(CharSequence strMethod, IType... params) ErrorTypeInfo.getCallableMethod(CharSequence method, IType... params) GosuClassTypeInfo.getCallableMethod(CharSequence strMethod, IType... params) JavaTypeInfo.getCallableMethod(CharSequence strMethod, IType... params) MetaTypeTypeInfo.getCallableMethod(CharSequence strMethod, IType... params) NamespaceTypeInfo.getCallableMethod(CharSequence strMethod, IType... params) ArrayExpansionMethodInfo.getDelegate()CompoundTypeInfo.getMethod(IType whosaskin, CharSequence methodName, IType... params) CompoundTypeInfo.getMethod(CharSequence methodName, IType... params) ErrorTypeInfo.getMethod(CharSequence methodName, IType... params) GosuClassTypeInfo.getMethod(IType whosaskin, CharSequence methodName, IType... params) GosuClassTypeInfo.getMethod(CharSequence methodName, IType... params) JavaTypeInfo.getMethod(IType whosaskin, CharSequence methodName, IType... params) JavaTypeInfo.getMethod(CharSequence methodName, IType... params) MetaTypeTypeInfo.getMethod(IType whosaskin, CharSequence methodName, IType... params) MetaTypeTypeInfo.getMethod(CharSequence methodName, IType... params) NamespaceTypeInfo.getMethod(CharSequence methodName, IType... params) ErrorTypeInfo.UniversalFunctionType.getMethodInfo()DelegateFunctionSymbol.getMi()TemplateRenderFunctionSymbol.getMi()private IMethodInfoGosuClassProxyFactory.getPropertyGetMethod(IPropertyInfo pi, IJavaType ownerType) private IMethodInfoGosuClassProxyFactory.getPropertySetMethod(IPropertyInfo pi, IJavaType ownerType) GosuPropertyInfo.getReadMethodInfo()JavaPropertyInfo.getReadMethodInfo()IReducedDelegateFunctionSymbol.getTargetMethodInfo()ReducedDelegateFunctionSymbol.getTargetMethodInfo()GosuPropertyInfo.getWriteMethodInfo()JavaPropertyInfo.getWriteMethodInfo()Methods in gw.internal.gosu.parser that return types with arguments of type IMethodInfoModifier and TypeMethodDescriptionprivate Map<String,List<IMethodInfo>> EnhancementIndex.EnhancementManager.createMethodMap(Collection<IMethodInfo> methodsToAddTo) List<? extends IMethodInfo>CompoundTypeInfo.getDeclaredMethods()List<? extends IMethodInfo>GosuClassTypeInfo.getDeclaredMethods()List<? extends IMethodInfo>JavaTypeInfo.getDeclaredMethods()List<? extends IMethodInfo>MetaTypeTypeInfo.getDeclaredMethods()List<? extends IMethodInfo>GosuIndustrialParkImpl.getMethods(ITypeInfo beanInfo, IType ownersIntrinsicType) private List<? extends IMethodInfo>MetaTypeTypeInfo.getMethods(ITypeInfo typeInfo) Methods in gw.internal.gosu.parser with parameters of type IMethodInfoModifier and TypeMethodDescriptionprivate voidAnnotationConstructorGenerator.addLegacyConstructors(IMethodInfo[] methods, ArrayList<IConstructorInfo> constructorInfoArrayList) private booleanMetaTypeTypeInfo.areParameterTypesEqual(IMethodInfo methodInfo, IMethodInfo candidate) private booleanGosuClassProxyFactory.canExtendMethod(IMethodInfo mi) GosuIndustrialParkImpl.createFunctionType(IMethodInfo mi) private voidGosuClassProxyFactory.genInterfaceMethodDecl(StringBuilder sb, IMethodInfo mi) private voidGosuClassProxyFactory.genMemberMethod(StringBuilder sb, IMethodInfo mi) private voidGosuClassProxyFactory.genMethodImpl(StringBuilder sb, IMethodInfo mi) private voidGosuClassProxyFactory.genStaticMethod(StringBuilder sb, IMethodInfo mi) GosuClass.getFunctionStatement(IMethodInfo method) TypeLoaderAccess.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, 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(Set<IMethodInfo> methodInfos, IMethodInfo candidate) private static voidAnnotationConstructorGenerator.sortMethods(IMethodInfo[] methods) Method parameters in gw.internal.gosu.parser with type arguments of type IMethodInfoModifier and TypeMethodDescriptionvoidEnhancementIndex.addEnhancementMethods(IType typeToEnhance, Collection<IMethodInfo> methodsToAddTo) protected voidGosuClassTypeInfo.MyFeatureManager.addEnhancementMethods(List<IMethodInfo> privateMethods) private Map<String,List<IMethodInfo>> EnhancementIndex.EnhancementManager.createMethodMap(Collection<IMethodInfo> methodsToAddTo) private voidMetaTypeTypeInfo.loadMetaTypeMethods(Set<IMethodInfo> methods) private booleanMetaTypeTypeInfo.shouldAddMethod(Set<IMethodInfo> methodInfos, IMethodInfo candidate) Constructors in gw.internal.gosu.parser with parameters of type IMethodInfoModifierConstructorDescriptionArrayExpansionMethodInfo(IMethodInfo delegate) DelegateFunctionSymbol(IGosuClassInternal gsClass, ISymbolTable symTable, ReducedDynamicFunctionSymbol dfs, IMethodInfo mi, DelegateStatement delegateStmt) 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 -
Uses of IMethodInfo in gw.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions declared as IMethodInfoModifier and TypeFieldDescriptionprivate IMethodInfoBeanMethodCallExpression._mdprivate IMethodInfoArithmeticExpression._overrideprivate IMethodInfoConditionalExpression._overrideMethods in gw.internal.gosu.parser.expressions that return IMethodInfoModifier and TypeMethodDescriptionBeanMethodCallExpression.getGenericMethodDescriptor()BeanMethodCallExpression.getMethodDescriptor()ArithmeticExpression.getOverride()ConditionalExpression.getOverride()private IMethodInfoFeatureLiteral.getSingleMethodWithName(String methodName, IType typeToResolveAgainst, ITypeInfo typeInfo) Methods in gw.internal.gosu.parser.expressions with parameters of type IMethodInfoModifier and TypeMethodDescriptionprivate 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 IMethodInfoModifier and TypeMethodDescriptionGosuFragmentTypeInfo.getCallableMethod(CharSequence method, IType... params) GosuFragmentTypeInfo.getMethod(IType whosaskin, CharSequence methodName, IType... params) GosuFragmentTypeInfo.getMethod(CharSequence methodName, IType... params) Methods in gw.internal.gosu.parser.fragments that return types with arguments of type IMethodInfoModifier and TypeMethodDescriptionList<? extends IMethodInfo>GosuFragmentTypeInfo.getDeclaredMethods() -
Uses of IMethodInfo in gw.internal.gosu.parser.statements
Methods in gw.internal.gosu.parser.statements that return IMethodInfoModifier and TypeMethodDescriptionstatic IMethodInfoFunctionStatement.getGenericMethodInfo(IMethodInfo mi) Methods in gw.internal.gosu.parser.statements with parameters of type IMethodInfoModifier and TypeMethodDescriptionstatic IMethodInfoFunctionStatement.getGenericMethodInfo(IMethodInfo mi) -
Uses of IMethodInfo in gw.internal.gosu.properties
Methods in gw.internal.gosu.properties that return IMethodInfoModifier and TypeMethodDescriptionprivate IMethodInfoPropertiesTypeInfo.createGetValueByNameMethod(PropertyNode node) private IMethodInfoPropertiesTypeInfo.createGetValueMethod(PropertyNode node) PropertiesTypeInfo.getCallableMethod(CharSequence strMethod, IType... params) PropertiesTypeInfo.getMethod(CharSequence methodName, IType... params) -
Uses of IMethodInfo in gw.lang
Methods in gw.lang that return IMethodInfoMethods in gw.lang that return types with arguments of type IMethodInfoModifier and TypeMethodDescriptionList<? extends IMethodInfo>IGosuShop.getMethods(ITypeInfo beanInfo, IType ownersIntrinsicType) Methods in gw.lang with parameters of type IMethodInfoModifier and TypeMethodDescriptionstatic IFunctionTypeGosuShop.createFunctionType(IMethodInfo mi) IGosuShop.createFunctionType(IMethodInfo mi) -
Uses of IMethodInfo in gw.lang.ir.builder
Methods in gw.lang.ir.builder with parameters of type IMethodInfo -
Uses of IMethodInfo in gw.lang.parser
Methods in gw.lang.parser with parameters of type IMethodInfoModifier and TypeMethodDescriptionstatic 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 IMethodInfoModifier and TypeMethodDescriptionstatic IMethodInfoFunctionToInterfaceCoercer.getSingleMethod(IType interfaceType) -
Uses of IMethodInfo in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IMethodInfoModifier and TypeMethodDescriptionIBeanMethodCallExpression.getGenericMethodDescriptor()IBeanMethodCallExpression.getMethodDescriptor()IOverridableOperation.getOverride()Methods in gw.lang.parser.expressions with parameters of type IMethodInfo -
Uses of IMethodInfo in gw.lang.reflect
Subinterfaces of IMethodInfo in gw.lang.reflectModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceClasses in gw.lang.reflect that implement IMethodInfoModifier and TypeClassDescriptionclassclassprivate static classclassclassFields in gw.lang.reflect declared as IMethodInfoModifier and TypeFieldDescriptionprivate IMethodInfoFunctionType._miprivate IMethodInfoMethodInfoDelegate._miFields in gw.lang.reflect with type parameters of type IMethodInfoModifier and TypeFieldDescriptionprivate HashMap<String,DynamicArray<IMethodInfo>> MethodList._mapMethods in gw.lang.reflect that return IMethodInfoModifier and TypeMethodDescriptionMethodInfoBuilder.build(IFeatureInfo container) static IMethodInfoITypeInfo.FIND.callableMethod(MethodList methods, CharSequence method, IType... params) If there is a tie this method will throw an IllegalArgumentException.private static IMethodInfoITypeInfo.FIND.callableMethodImpl(MethodList methodList, CharSequence method, boolean strict, IType... params) If there is a tie this method will throw an IllegalArgumentException.static IMethodInfoITypeInfo.FIND.callableMethodStrict(MethodList methods, CharSequence method, IType... params) If there is a tie this method will throw an IllegalArgumentException.MethodList.findAssignableMethod(IMethodInfo miTo, boolean bStatic, TypeVarToTypeMap inferenceMap) static IMethodInfoReflectUtil.findCallableMethod(String methodName, IType[] runtimeTypes, IType type) ITypeInfoMethodInfo.getBackingMethodInfo()MetaMethodInfoDelegate.getBackingMethodInfo()BaseJavaTypeInfo.getCallableMethod(CharSequence strMethod, IType... params) BaseTypeInfo.getCallableMethod(CharSequence method, IType... params) FeatureManagerTypeInfoBase.getCallableMethod(CharSequence strMethod, IType... params) FunctionTypeInfo.getCallableMethod(CharSequence strMethod, IType... params) ITypeInfo.getCallableMethod(CharSequence method, IType... params) Returns a IMethodInfo matching the specified name and has parameter types that produce the best match.TypeInfoBase.getCallableMethod(CharSequence method, IType... params) BaseHandBuiltTypeInfo.getMethod(IType whosaskin, CharSequence methodName, IType... params) BaseJavaTypeInfo.getMethod(CharSequence methodName, IType... params) BaseTypeInfo.getMethod(CharSequence methodName, IType... params) DefaultArrayTypeInfo.getMethod(IType whosaskin, CharSequence methodName, IType... params) FeatureManager.getMethod(IRelativeTypeInfo.Accessibility accessibility, CharSequence methodName, IType... params) final IMethodInfoFeatureManagerTypeInfoBase.getMethod(IType whosaskin, CharSequence methodName, IType... params) final IMethodInfoFeatureManagerTypeInfoBase.getMethod(CharSequence methodName, IType... params) FunctionTypeInfo.getMethod(CharSequence methodName, IType... params) IRelativeTypeInfo.getMethod(IType whosaskin, CharSequence methodName, IType... params) ITypeInfo.getMethod(CharSequence methodName, IType... params) Returns a IMethodInfo matching the specified name and parameter types or null if no match is found.TypeInfoBase.getMethod(CharSequence methodName, IType... params) FunctionType.getMethodInfo()IFunctionType.getMethodInfo()An associated IMethodInfo.ParameterizedFunctionType.getMethodInfo()IMethodBackedPropertyInfo.getReadMethodInfo()IMethodInfoDelegate.getSource()MethodInfoDelegate.getSource()IMethodBackedPropertyInfo.getWriteMethodInfo()static IMethodInfoITypeInfo.FIND.method(MethodList methodList, CharSequence method, IType... params) MethodList.remove(int index) MethodList.set(int index, IMethodInfo method) Methods in gw.lang.reflect that return types with arguments of type IMethodInfoModifier and TypeMethodDescriptionList<? extends IMethodInfo>DefaultArrayTypeInfo.getDeclaredMethods()abstract List<? extends IMethodInfo>FeatureManagerTypeInfoBase.getDeclaredMethods()List<? extends IMethodInfo>IRelativeTypeInfo.getDeclaredMethods()Returns a list ofIMethodInfoobjects reflecting all the methods declared by the class or interface represented by thisITypeobject.MethodList.getMethodBuckets()DynamicArray<? extends IMethodInfo>MethodList.getMethods(String name) static List<? extends IMethodInfo>TypeSystem.getMethods(ITypeInfo beanInfo, IType ownersIntrinsicType) Methods in gw.lang.reflect with parameters of type IMethodInfoModifier and TypeMethodDescriptionvoidMethodList.add(int index, IMethodInfo method) booleanMethodList.add(IMethodInfo method) private voidMethodList.addToMap(IMethodInfo method) static StringAnnotationReflectUtil.evalReturnDescription(IMethodInfo method) Deprecated.static booleanAnnotationReflectUtil.evalVisibleForWebservice(IMethodInfo method) Deprecated.MethodList.findAssignableMethod(IMethodInfo miTo, boolean bStatic, TypeVarToTypeMap inferenceMap) static StringTypeInfoUtil.getMethodSignature(IMethodInfo mi) ITypeSystem.getOrCreateFunctionType(IMethodInfo mi) static IFunctionTypeTypeSystem.getOrCreateFunctionType(IMethodInfo mi) static StringTypeInfoUtil.getParameterDisplay(IMethodInfo mi) MethodInfoBuilder.like(IMethodInfo method) protected voidFeatureManager.mergeMethod(MethodList methods, IMethodInfo thisMethodInfo, boolean replace) private IType[]FeatureManager.removeGenericMethodParameters(IMethodInfo thisMethodInfo) MethodList.set(int index, IMethodInfo method) static MethodListMethodList.singleton(IMethodInfo theOneMethod) Method parameters in gw.lang.reflect with type arguments of type IMethodInfoModifier and TypeMethodDescriptionbooleanMethodList.addAll(int index, Collection<? extends IMethodInfo> c) booleanMethodList.addAll(Collection<? extends IMethodInfo> c) protected voidFeatureManager.addEnhancementMethods(List<IMethodInfo> privateMethods) Constructors in gw.lang.reflect with parameters of type IMethodInfoModifierConstructorDescriptionFunctionType(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 -
Uses of IMethodInfo in gw.lang.reflect.features
Fields in gw.lang.reflect.features declared as IMethodInfoModifier and TypeFieldDescriptionprivate IMethodInfoBoundMethodReference._miprivate IMethodInfoMethodReference._miMethods in gw.lang.reflect.features that return IMethodInfoModifier and TypeMethodDescriptionBoundMethodReference.getMethodInfo()IMethodReference.getMethodInfo()Returns the method info for this referenceMethodReference.getMethodInfo()(package private) static IMethodInfoMethodReference.getMethodInfo(IType rootType, String funcName, IType[] params) -
Uses of IMethodInfo in gw.lang.reflect.gs
Subinterfaces of IMethodInfo in gw.lang.reflect.gsMethods in gw.lang.reflect.gs with parameters of type IMethodInfoMethod parameters in gw.lang.reflect.gs with type arguments of type IMethodInfoModifier and TypeMethodDescriptionvoidIEnhancementIndex.addEnhancementMethods(IType typeToEnhance, Collection<IMethodInfo> methodsToAddTo) -
Uses of IMethodInfo in gw.lang.reflect.java
Subinterfaces of IMethodInfo in gw.lang.reflect.javaMethods in gw.lang.reflect.java that return IMethodInfoModifier and TypeMethodDescriptionIJavaPropertyInfo.getReadMethodInfo()IJavaPropertyInfo.getWriteMethodInfo() -
Uses of IMethodInfo in gw.test
Methods in gw.test with parameters of type IMethodInfoModifier and TypeMethodDescriptionprivate static booleanTestSpec.isTestMethod(IMethodInfo methodInfo)