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 IMethodInfoModifierConstructorDescriptionprivate
BeanTree
(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 IMethodInfo
InProcessRunner.hasStaticMain
(IGosuClass gsType) -
Uses of IMethodInfo in editor.search
Methods in editor.search that return IMethodInfoModifier and TypeMethodDescriptionprivate static IMethodInfo
FeatureUtil.findMethod
(IJavaType genType, IJavaClassMethod method) (package private) static IMethodInfo
FeatureUtil.findRootMethodInfo
(IMethodInfo mi) private static IMethodInfo
FeatureUtil.findRootMethodInfo
(IType genType, IMethodInfo mi) Methods in editor.search with parameters of type IMethodInfoModifier and TypeMethodDescription(package private) static IMethodInfo
FeatureUtil.findRootMethodInfo
(IMethodInfo mi) private static IMethodInfo
FeatureUtil.findRootMethodInfo
(IType genType, IMethodInfo mi) private List<SearchLocation>
UsageSearcher.findUsage
(IParsedElement pe, IMethodInfo findMi, List<SearchLocation> locations) (package private) static boolean
FeatureUtil.methodInfosEqual
(IMethodInfo mi, IMethodInfo targetMi) -
Uses of IMethodInfo in editor.util
Methods in editor.util with parameters of type IMethodInfoModifier and TypeMethodDescriptionprivate void
JavadocAccess.appendMethodSignatureLink
(StringBuilder strUrl, IMethodInfo methodInfo) private String
JavadocAccess.buildHtmlForMethod
(IJavaType type, IMethodInfo methodInfo) private String
JavadocAccess.getMemberHelp
(IMethodInfo methodInfo) private String
JavadocAccess.getMethodSignatureHtml
(IMethodInfo methodInfo) -
Uses of IMethodInfo in gw.internal.gosu.coercer
Methods in gw.internal.gosu.coercer that return IMethodInfoModifier and TypeMethodDescriptionprivate static IMethodInfo
FunctionToInterfaceClassGenerator.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 void
StructuralTypeProxyGenerator.genInterfaceMethodDecl
(StringBuilder sb, IMethodInfo mi, IType rootType) private boolean
StructuralTypeProxyGenerator.implementsMethod
(IType type, IMethodInfo mi) private String
StructuralTypeProxyGenerator.maybeCastParamType
(IMethodInfo ifaceMethod, IType paramType, IType rootType, int iParam) private String
StructuralTypeProxyGenerator.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 IMethodInfo
IRMethodFromMethodInfo._originalMethod
private IMethodInfo
IRMethodFromMethodInfo._terminalMethod
Methods 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 IRMethodFromMethodInfo
IRMethodFactory.createIRMethod
(IMethodInfo originalMethodInfo, IFunctionType functionType) private String
IRMethodFromMethodInfo.getActualMethodName
(IMethodInfo methodInfo) IRMethodFromMethodInfo.getBoundedParameterTypeDescriptors
(IMethodInfo mi) private IRType
IRMethodFromMethodInfo.getBoundedReturnType
(IMethodInfo mi) IRMethodFromMethodInfo.getMethodDescriptor
(IMethodInfo mi) private static IRType
IRMethodFromMethodInfo.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 IMethodInfo
BeanMethodCallExpressionTransformer.getMethodInfo()
Methods in gw.internal.gosu.ir.transform.expression with parameters of type IMethodInfoModifier and TypeMethodDescriptionprivate boolean
BeanMethodCallExpressionTransformer.isArrayExpansionMethod
(IMethodInfo mi) -
Uses of IMethodInfo in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IMethodInfoModifier and TypeClassDescriptionclass
private static class
class
class
private static class
private static class
Fields in gw.internal.gosu.parser declared as IMethodInfoModifier and TypeFieldDescriptionprivate IMethodInfo
ArrayExpansionMethodInfo._delegate
private IMethodInfo
ErrorTypeInfo.UniversalFunctionType._methodDescriptor
private IMethodInfo
DelegateFunctionSymbol._mi
private IMethodInfo
GosuObjectFunctionSymbol._mi
private IMethodInfo
TemplateRenderFunctionSymbol._mi
private IMethodInfo
ReducedDelegateFunctionSymbol._targetMethodInfo
Fields in gw.internal.gosu.parser with type parameters of type IMethodInfoModifier and TypeFieldDescriptionprivate Map<IModule,
List<IMethodInfo>> MetaTypeTypeInfo._declaredMethods
private Map<String,
List<IMethodInfo>> EnhancementIndex.EnhancementManager._methodNamesToMethods
private Collection<IMethodInfo>
EnhancementIndex.EnhancementManager._methodsToAddTo
Methods in gw.internal.gosu.parser that return IMethodInfoModifier and TypeMethodDescriptionstatic IMethodInfo
ParserBase.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 IMethodInfo
GosuClassProxyFactory.getPropertyGetMethod
(IPropertyInfo pi, IJavaType ownerType) private IMethodInfo
GosuClassProxyFactory.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 void
AnnotationConstructorGenerator.addLegacyConstructors
(IMethodInfo[] methods, ArrayList<IConstructorInfo> constructorInfoArrayList) private boolean
MetaTypeTypeInfo.areParameterTypesEqual
(IMethodInfo methodInfo, IMethodInfo candidate) private boolean
GosuClassProxyFactory.canExtendMethod
(IMethodInfo mi) GosuIndustrialParkImpl.createFunctionType
(IMethodInfo mi) private void
GosuClassProxyFactory.genInterfaceMethodDecl
(StringBuilder sb, IMethodInfo mi) private void
GosuClassProxyFactory.genMemberMethod
(StringBuilder sb, IMethodInfo mi) private void
GosuClassProxyFactory.genMethodImpl
(StringBuilder sb, IMethodInfo mi) private void
GosuClassProxyFactory.genStaticMethod
(StringBuilder sb, IMethodInfo mi) GosuClass.getFunctionStatement
(IMethodInfo method) TypeLoaderAccess.getOrCreateFunctionType
(IMethodInfo mi) private static boolean
GosuClass.handleParameterizedDfs
(IGosuClass implClass, IMethodInfo mi, IFunctionType ifaceFuncType, boolean bAcceptAbstract) private boolean
AnnotationConstructorGenerator.hasArrayArgs
(IMethodInfo[] methods) private boolean
AnnotationConstructorGenerator.hasDefaultArgs
(IMethodInfo[] methods) (package private) static boolean
GosuClass.isObjectMethod
(IMethodInfo mi) static boolean
GosuClassProxyFactory.isObjectMethod
(IMethodInfo mi) static boolean
GosuClassProxyFactory.isPropertyGetter
(IMethodInfo mi) static boolean
GosuClassProxyFactory.isPropertyGetter
(IMethodInfo mi, String strPrefix) static boolean
GosuClassProxyFactory.isPropertyMethod
(IMethodInfo mi) static boolean
GosuClassProxyFactory.isPropertySetter
(IMethodInfo mi) private IConstructorInfo
AnnotationConstructorGenerator.makeDefaultArrayAnnotationConstructor
(IMethodInfo[] methods) private IExpression
AnnotationConstructorGenerator.makeDefaultValueExpression
(IMethodInfo method) private IConstructorInfo
AnnotationConstructorGenerator.makeLegacyAllArgsAnnotationConstructor
(IMethodInfo[] methods) private IConstructorInfo
AnnotationConstructorGenerator.makeLegacyAnnotationConstructor
(IMethodInfo[] methods) private IConstructorInfo
AnnotationConstructorGenerator.makeLegacyArrayAnnotationConstructor
(IMethodInfo[] methods) private IConstructorInfo
AnnotationConstructorGenerator.makeStandardAnnotationConstructor
(IMethodInfo[] methods) private boolean
EnhancementIndex.EnhancementManager.shouldAddMethod
(IMethodInfo enhancementMethodInfo, IGosuEnhancement enhancementType, IType typeToGetEnhancementsFor) private boolean
MetaTypeTypeInfo.shouldAddMethod
(Set<IMethodInfo> methodInfos, IMethodInfo candidate) private static void
AnnotationConstructorGenerator.sortMethods
(IMethodInfo[] methods) Method parameters in gw.internal.gosu.parser with type arguments of type IMethodInfoModifier and TypeMethodDescriptionvoid
EnhancementIndex.addEnhancementMethods
(IType typeToEnhance, Collection<IMethodInfo> methodsToAddTo) protected void
GosuClassTypeInfo.MyFeatureManager.addEnhancementMethods
(List<IMethodInfo> privateMethods) private Map<String,
List<IMethodInfo>> EnhancementIndex.EnhancementManager.createMethodMap
(Collection<IMethodInfo> methodsToAddTo) private void
MetaTypeTypeInfo.loadMetaTypeMethods
(Set<IMethodInfo> methods) private boolean
MetaTypeTypeInfo.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 IMethodInfo
BeanMethodCallExpression._md
private IMethodInfo
ArithmeticExpression._override
private IMethodInfo
ConditionalExpression._override
Methods in gw.internal.gosu.parser.expressions that return IMethodInfoModifier and TypeMethodDescriptionBeanMethodCallExpression.getGenericMethodDescriptor()
BeanMethodCallExpression.getMethodDescriptor()
ArithmeticExpression.getOverride()
ConditionalExpression.getOverride()
private IMethodInfo
FeatureLiteral.getSingleMethodWithName
(String methodName, IType typeToResolveAgainst, ITypeInfo typeInfo) Methods in gw.internal.gosu.parser.expressions with parameters of type IMethodInfoModifier and TypeMethodDescriptionprivate IType
FeatureLiteral.resolveMethodLiteralType
(IMethodInfo methodInfo) void
BeanMethodCallExpression.setMethodDescriptor
(IMethodInfo md) void
ArithmeticExpression.setOverride
(IMethodInfo overrideMi) void
ConditionalExpression.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 IMethodInfo
FunctionStatement.getGenericMethodInfo
(IMethodInfo mi) Methods in gw.internal.gosu.parser.statements with parameters of type IMethodInfoModifier and TypeMethodDescriptionstatic IMethodInfo
FunctionStatement.getGenericMethodInfo
(IMethodInfo mi) -
Uses of IMethodInfo in gw.internal.gosu.properties
Methods in gw.internal.gosu.properties that return IMethodInfoModifier and TypeMethodDescriptionprivate IMethodInfo
PropertiesTypeInfo.createGetValueByNameMethod
(PropertyNode node) private IMethodInfo
PropertiesTypeInfo.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 IFunctionType
GosuShop.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 boolean
StandardCoercionManager.isObjectMethod
(IMethodInfo mi) static boolean
StandardCoercionManager.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 IMethodInfo
FunctionToInterfaceCoercer.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 TypeInterfaceDescriptioninterface
interface
interface
Classes in gw.lang.reflect that implement IMethodInfoModifier and TypeClassDescriptionclass
class
private static class
class
class
Fields in gw.lang.reflect declared as IMethodInfoModifier and TypeFieldDescriptionprivate IMethodInfo
FunctionType._mi
private IMethodInfo
MethodInfoDelegate._mi
Fields in gw.lang.reflect with type parameters of type IMethodInfoModifier and TypeFieldDescriptionprivate HashMap<String,
DynamicArray<IMethodInfo>> MethodList._map
Methods in gw.lang.reflect that return IMethodInfoModifier and TypeMethodDescriptionMethodInfoBuilder.build
(IFeatureInfo container) static IMethodInfo
ITypeInfo.FIND.callableMethod
(MethodList methods, CharSequence method, IType... params) If there is a tie this method will throw an IllegalArgumentException.private static IMethodInfo
ITypeInfo.FIND.callableMethodImpl
(MethodList methodList, CharSequence method, boolean strict, IType... params) If there is a tie this method will throw an IllegalArgumentException.static IMethodInfo
ITypeInfo.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 IMethodInfo
ReflectUtil.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 IMethodInfo
FeatureManagerTypeInfoBase.getMethod
(IType whosaskin, CharSequence methodName, IType... params) final IMethodInfo
FeatureManagerTypeInfoBase.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 IMethodInfo
ITypeInfo.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 ofIMethodInfo
objects reflecting all the methods declared by the class or interface represented by thisIType
object.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 TypeMethodDescriptionvoid
MethodList.add
(int index, IMethodInfo method) boolean
MethodList.add
(IMethodInfo method) private void
MethodList.addToMap
(IMethodInfo method) static String
AnnotationReflectUtil.evalReturnDescription
(IMethodInfo method) Deprecated.static boolean
AnnotationReflectUtil.evalVisibleForWebservice
(IMethodInfo method) Deprecated.MethodList.findAssignableMethod
(IMethodInfo miTo, boolean bStatic, TypeVarToTypeMap inferenceMap) static String
TypeInfoUtil.getMethodSignature
(IMethodInfo mi) ITypeSystem.getOrCreateFunctionType
(IMethodInfo mi) static IFunctionType
TypeSystem.getOrCreateFunctionType
(IMethodInfo mi) static String
TypeInfoUtil.getParameterDisplay
(IMethodInfo mi) MethodInfoBuilder.like
(IMethodInfo method) protected void
FeatureManager.mergeMethod
(MethodList methods, IMethodInfo thisMethodInfo, boolean replace) private IType[]
FeatureManager.removeGenericMethodParameters
(IMethodInfo thisMethodInfo) MethodList.set
(int index, IMethodInfo method) static MethodList
MethodList.singleton
(IMethodInfo theOneMethod) Method parameters in gw.lang.reflect with type arguments of type IMethodInfoModifier and TypeMethodDescriptionboolean
MethodList.addAll
(int index, Collection<? extends IMethodInfo> c) boolean
MethodList.addAll
(Collection<? extends IMethodInfo> c) protected void
FeatureManager.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 IMethodInfo
BoundMethodReference._mi
private IMethodInfo
MethodReference._mi
Methods in gw.lang.reflect.features that return IMethodInfoModifier and TypeMethodDescriptionBoundMethodReference.getMethodInfo()
IMethodReference.getMethodInfo()
Returns the method info for this referenceMethodReference.getMethodInfo()
(package private) static IMethodInfo
MethodReference.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 TypeMethodDescriptionvoid
IEnhancementIndex.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 boolean
TestSpec.isTestMethod
(IMethodInfo methodInfo)