| Modifier and Type | Method and Description |
|---|---|
IMethodInfo |
IReducedDelegateFunctionSymbol.getTargetMethodInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends IMethodInfo> |
IGosuShop.getMethods(ITypeInfo beanInfo,
IType ownersIntrinsicType) |
| Modifier and Type | Method and Description |
|---|---|
IFunctionType |
IGosuShop.createFunctionType(IMethodInfo mi) |
static IFunctionType |
GosuShop.createFunctionType(IMethodInfo mi) |
| Modifier and Type | Method and Description |
|---|---|
IRMethodBuilder |
IRMethodBuilder.copyParameters(IMethodInfo method) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
StandardCoercionManager.isObjectMethod(IMethodInfo mi) |
| Modifier and Type | Method and Description |
|---|---|
static IMethodInfo |
FunctionToInterfaceCoercer.getSingleMethod(IType interfaceType) |
| Modifier and Type | Method and Description |
|---|---|
IMethodInfo |
IBeanMethodCallExpression.getGenericMethodDescriptor() |
IMethodInfo |
IBeanMethodCallExpression.getMethodDescriptor() |
IMethodInfo |
IOverridableOperation.getOverride() |
| Modifier and Type | Method and Description |
|---|---|
void |
IOverridableOperation.setOverride(IMethodInfo overrideMi) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IAspectMethodInfoDelegate |
interface |
IMethodInfoDelegate |
interface |
ITypeInfoMethodInfo |
| Modifier and Type | Class and Description |
|---|---|
class |
MetaMethodInfoDelegate |
class |
MethodInfoBase |
class |
MethodInfoDelegate |
class |
SimpleMethodInfo |
| Modifier and Type | Method and Description |
|---|---|
IMethodInfo |
MethodInfoBuilder.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.
|
static IMethodInfo |
ITypeInfo.FIND.callableMethodStrict(MethodList methods,
CharSequence method,
IType... params)
If there is a tie this method will throw an IllegalArgumentException.
|
IMethodInfo |
MethodList.findAssignableMethod(IMethodInfo miTo,
boolean bStatic,
TypeVarToTypeMap inferenceMap) |
static IMethodInfo |
ReflectUtil.findCallableMethod(String methodName,
IType[] runtimeTypes,
IType type) |
IMethodInfo |
MetaMethodInfoDelegate.getBackingMethodInfo() |
IMethodInfo |
ITypeInfoMethodInfo.getBackingMethodInfo() |
IMethodInfo |
TypeInfoBase.getCallableMethod(CharSequence method,
IType... params) |
IMethodInfo |
ITypeInfo.getCallableMethod(CharSequence method,
IType... params)
Returns a IMethodInfo matching the specified name and has parameter types that
produce the best match.
|
IMethodInfo |
FunctionTypeInfo.getCallableMethod(CharSequence strMethod,
IType... params) |
IMethodInfo |
FeatureManagerTypeInfoBase.getCallableMethod(CharSequence strMethod,
IType... params) |
IMethodInfo |
BaseTypeInfo.getCallableMethod(CharSequence method,
IType... params) |
IMethodInfo |
BaseJavaTypeInfo.getCallableMethod(CharSequence strMethod,
IType... params) |
IMethodInfo |
TypeInfoBase.getMethod(CharSequence methodName,
IType... params) |
IMethodInfo |
ITypeInfo.getMethod(CharSequence methodName,
IType... params)
Returns a IMethodInfo matching the specified name and parameter types or
null if no match is found.
|
IMethodInfo |
FunctionTypeInfo.getMethod(CharSequence methodName,
IType... params) |
IMethodInfo |
FeatureManagerTypeInfoBase.getMethod(CharSequence methodName,
IType... params) |
IMethodInfo |
BaseTypeInfo.getMethod(CharSequence methodName,
IType... params) |
IMethodInfo |
BaseJavaTypeInfo.getMethod(CharSequence methodName,
IType... params) |
IMethodInfo |
FeatureManager.getMethod(IRelativeTypeInfo.Accessibility accessibility,
CharSequence methodName,
IType... params) |
IMethodInfo |
IRelativeTypeInfo.getMethod(IType whosaskin,
CharSequence methodName,
IType... params) |
IMethodInfo |
FeatureManagerTypeInfoBase.getMethod(IType whosaskin,
CharSequence methodName,
IType... params) |
IMethodInfo |
DefaultArrayTypeInfo.getMethod(IType whosaskin,
CharSequence methodName,
IType... params) |
IMethodInfo |
BaseHandBuiltTypeInfo.getMethod(IType whosaskin,
CharSequence methodName,
IType... params) |
IMethodInfo |
ParameterizedFunctionType.getMethodInfo() |
IMethodInfo |
IFunctionType.getMethodInfo()
An associated IMethodInfo.
|
IMethodInfo |
FunctionType.getMethodInfo() |
IMethodInfo |
IMethodBackedPropertyInfo.getReadMethodInfo() |
IMethodInfo |
MethodInfoDelegate.getSource() |
IMethodInfo |
IMethodInfoDelegate.getSource() |
IMethodInfo |
IMethodBackedPropertyInfo.getWriteMethodInfo() |
static IMethodInfo |
ITypeInfo.FIND.method(MethodList methodList,
CharSequence method,
IType... params) |
IMethodInfo |
MethodList.remove(int index) |
IMethodInfo |
MethodList.set(int index,
IMethodInfo method) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends IMethodInfo> |
IRelativeTypeInfo.getDeclaredMethods()
Returns a list of
IMethodInfo objects reflecting all the
methods declared by the class or interface represented by this
IType object. |
abstract List<? extends IMethodInfo> |
FeatureManagerTypeInfoBase.getDeclaredMethods() |
List<? extends IMethodInfo> |
DefaultArrayTypeInfo.getDeclaredMethods() |
Collection<DynamicArray<IMethodInfo>> |
MethodList.getMethodBuckets() |
static List<? extends IMethodInfo> |
TypeSystem.getMethods(ITypeInfo beanInfo,
IType ownersIntrinsicType) |
DynamicArray<? extends IMethodInfo> |
MethodList.getMethods(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MethodList.add(IMethodInfo method) |
void |
MethodList.add(int index,
IMethodInfo method) |
static String |
AnnotationReflectUtil.evalReturnDescription(IMethodInfo method)
Deprecated.
|
static boolean |
AnnotationReflectUtil.evalVisibleForWebservice(IMethodInfo method)
Deprecated.
|
IMethodInfo |
MethodList.findAssignableMethod(IMethodInfo miTo,
boolean bStatic,
TypeVarToTypeMap inferenceMap) |
static String |
TypeInfoUtil.getMethodSignature(IMethodInfo mi) |
static IFunctionType |
TypeSystem.getOrCreateFunctionType(IMethodInfo mi) |
IFunctionType |
ITypeSystem.getOrCreateFunctionType(IMethodInfo mi) |
static String |
TypeInfoUtil.getParameterDisplay(IMethodInfo mi) |
MethodInfoBuilder |
MethodInfoBuilder.like(IMethodInfo method) |
protected void |
FeatureManager.mergeMethod(MethodList methods,
IMethodInfo thisMethodInfo,
boolean replace) |
IMethodInfo |
MethodList.set(int index,
IMethodInfo method) |
static MethodList |
MethodList.singleton(IMethodInfo theOneMethod) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MethodList.addAll(Collection<? extends IMethodInfo> c) |
boolean |
MethodList.addAll(int index,
Collection<? extends IMethodInfo> c) |
protected void |
FeatureManager.addEnhancementMethods(List<IMethodInfo> privateMethods) |
| Constructor and Description |
|---|
FunctionType(IMethodInfo mi) |
FunctionType(IMethodInfo mi,
boolean lazyTypes) |
MetaMethodInfoDelegate(ITypeInfo container,
IMethodInfo source) |
MethodInfoDelegate(IFeatureInfo container,
IMethodInfo source) |
| Constructor and Description |
|---|
MethodList(List<IMethodInfo> methods) |
| Modifier and Type | Method and Description |
|---|---|
IMethodInfo |
MethodReference.getMethodInfo() |
IMethodInfo |
IMethodReference.getMethodInfo()
Returns the method info for this reference
|
IMethodInfo |
BoundMethodReference.getMethodInfo() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IGosuMethodInfo |
| Modifier and Type | Method and Description |
|---|---|
IFunctionStatement |
IGosuClass.getFunctionStatement(IMethodInfo method) |
| Modifier and Type | Method and Description |
|---|---|
void |
IEnhancementIndex.addEnhancementMethods(IType typeToEnhance,
Collection<IMethodInfo> methodsToAddTo) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IJavaMethodInfo |
| Modifier and Type | Method and Description |
|---|---|
IMethodInfo |
IJavaPropertyInfo.getReadMethodInfo() |
IMethodInfo |
IJavaPropertyInfo.getWriteMethodInfo() |
Copyright © 2018. All rights reserved.