Uses of Interface
gw.lang.reflect.IMethodInfo
Packages that use IMethodInfo
Package
Description
-
Uses of IMethodInfo in editor
Methods 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 IMethodInfo -
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.nodes
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 IRMethodFromMethodInfoIRMethodFactory.createIRMethod(IMethodInfo originalMethodInfo, IFunctionType functionType) IRMethodFromMethodInfo.getMethodDescriptor(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.parser
Classes in gw.internal.gosu.parser that implement IMethodInfoModifier and TypeClassDescriptionclassclassclassMethods in gw.internal.gosu.parser that return IMethodInfoModifier and TypeMethodDescriptionstatic IMethodInfoParserBase.findMathOpMethod(IType lhsType, int op, IType rhsType) 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) DelegateFunctionSymbol.getMi()TemplateRenderFunctionSymbol.getMi()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 TypeMethodDescriptionList<? 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) Methods in gw.internal.gosu.parser with parameters of type IMethodInfoModifier and TypeMethodDescriptionGosuIndustrialParkImpl.createFunctionType(IMethodInfo mi) GosuClass.getFunctionStatement(IMethodInfo method) TypeLoaderAccess.getOrCreateFunctionType(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) Method parameters in gw.internal.gosu.parser with type arguments of type IMethodInfoModifier and TypeMethodDescriptionvoidEnhancementIndex.addEnhancementMethods(IType typeToEnhance, Collection<IMethodInfo> methodsToAddTo) Constructors in gw.internal.gosu.parser with parameters of type IMethodInfoModifierConstructorDescriptionArrayExpansionMethodInfo(IMethodInfo delegate) DelegateFunctionSymbol(IGosuClassInternal gsClass, ISymbolTable symTable, ReducedDynamicFunctionSymbol dfs, IMethodInfo mi, DelegateStatement delegateStmt) TemplateRenderFunctionSymbol(IGosuClassInternal gsClass, ISymbolTable symTable, ReducedDynamicFunctionSymbol dfs, IMethodInfo mi, GosuTemplateType type, IType[] paramTypes) -
Uses of IMethodInfo in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions that return IMethodInfoModifier and TypeMethodDescriptionBeanMethodCallExpression.getGenericMethodDescriptor()BeanMethodCallExpression.getMethodDescriptor()ArithmeticExpression.getOverride()ConditionalExpression.getOverride()Methods in gw.internal.gosu.parser.expressions with parameters of type IMethodInfoModifier and TypeMethodDescriptionvoidBeanMethodCallExpression.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 TypeMethodDescriptionPropertiesTypeInfo.getCallableMethod(CharSequence strMethod, IType... params) PropertiesTypeInfo.getMethod(CharSequence methodName, IType... params) -
Uses of IMethodInfo in gw.lang
Methods 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 TypeClassDescriptionclassclassclassclassMethods 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.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) 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) 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
Methods in gw.lang.reflect.features that return IMethodInfoModifier and TypeMethodDescriptionBoundMethodReference.getMethodInfo()IMethodReference.getMethodInfo()Returns the method info for this referenceMethodReference.getMethodInfo() -
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()