Uses of Interface
gw.lang.reflect.IMethodInfo
-
-
Uses of IMethodInfo in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return IMethodInfo Modifier and Type Method Description IMethodInfoIReducedDelegateFunctionSymbol. getTargetMethodInfo() -
Uses of IMethodInfo in gw.lang
Methods in gw.lang that return types with arguments of type IMethodInfo Modifier and Type Method Description 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 classMetaMethodInfoDelegateclassMethodInfoBaseclassMethodInfoDelegateclassSimpleMethodInfoMethods in gw.lang.reflect that return IMethodInfo Modifier and Type Method Description IMethodInfoMethodInfoBuilder. 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.IMethodInfoMethodList. findAssignableMethod(IMethodInfo miTo, boolean bStatic, TypeVarToTypeMap inferenceMap)static IMethodInfoReflectUtil. findCallableMethod(String methodName, IType[] runtimeTypes, IType type)IMethodInfoITypeInfoMethodInfo. getBackingMethodInfo()IMethodInfoMetaMethodInfoDelegate. getBackingMethodInfo()IMethodInfoBaseJavaTypeInfo. getCallableMethod(CharSequence strMethod, IType... params)IMethodInfoBaseTypeInfo. getCallableMethod(CharSequence method, IType... params)IMethodInfoFeatureManagerTypeInfoBase. getCallableMethod(CharSequence strMethod, IType... params)IMethodInfoFunctionTypeInfo. getCallableMethod(CharSequence strMethod, IType... params)IMethodInfoITypeInfo. getCallableMethod(CharSequence method, IType... params)Returns a IMethodInfo matching the specified name and has parameter types that produce the best match.IMethodInfoTypeInfoBase. getCallableMethod(CharSequence method, IType... params)IMethodInfoBaseHandBuiltTypeInfo. getMethod(IType whosaskin, CharSequence methodName, IType... params)IMethodInfoBaseJavaTypeInfo. getMethod(CharSequence methodName, IType... params)IMethodInfoBaseTypeInfo. getMethod(CharSequence methodName, IType... params)IMethodInfoDefaultArrayTypeInfo. getMethod(IType whosaskin, CharSequence methodName, IType... params)IMethodInfoFeatureManager. getMethod(IRelativeTypeInfo.Accessibility accessibility, CharSequence methodName, IType... params)IMethodInfoFeatureManagerTypeInfoBase. getMethod(IType whosaskin, CharSequence methodName, IType... params)IMethodInfoFeatureManagerTypeInfoBase. getMethod(CharSequence methodName, IType... params)IMethodInfoFunctionTypeInfo. getMethod(CharSequence methodName, IType... params)IMethodInfoIRelativeTypeInfo. getMethod(IType whosaskin, CharSequence methodName, IType... params)IMethodInfoITypeInfo. getMethod(CharSequence methodName, IType... params)Returns a IMethodInfo matching the specified name and parameter types or null if no match is found.IMethodInfoTypeInfoBase. getMethod(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, 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 List<? 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.Collection<DynamicArray<IMethodInfo>>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 IMethodInfo Modifier and Type Method Description voidMethodList. add(int index, IMethodInfo method)booleanMethodList. add(IMethodInfo method)static StringAnnotationReflectUtil. evalReturnDescription(IMethodInfo method)Deprecated.static booleanAnnotationReflectUtil. evalVisibleForWebservice(IMethodInfo method)Deprecated.IMethodInfoMethodList. findAssignableMethod(IMethodInfo miTo, boolean bStatic, TypeVarToTypeMap inferenceMap)static StringTypeInfoUtil. getMethodSignature(IMethodInfo mi)IFunctionTypeITypeSystem. getOrCreateFunctionType(IMethodInfo mi)static IFunctionTypeTypeSystem. getOrCreateFunctionType(IMethodInfo mi)static StringTypeInfoUtil. getParameterDisplay(IMethodInfo mi)MethodInfoBuilderMethodInfoBuilder. like(IMethodInfo method)protected voidFeatureManager. mergeMethod(MethodList methods, IMethodInfo thisMethodInfo, boolean replace)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, 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 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(List<IMethodInfo> methods) -
Uses of IMethodInfo in gw.lang.reflect.features
Methods 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() -
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, 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()
-