| Package | Description |
|---|---|
| gw.lang.reflect |
| Modifier and Type | Field and Description |
|---|---|
static MethodList |
MethodList.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
MethodList |
MethodList.copy() |
MethodList |
MethodList.filterMethods(IRelativeTypeInfo.Accessibility accessibility) |
MethodList |
DefaultArrayTypeInfo.getMethods() |
MethodList |
FunctionTypeInfo.getMethods() |
MethodList |
FeatureManagerTypeInfoBase.getMethods() |
MethodList |
BaseTypeInfo.getMethods() |
MethodList |
BaseHandBuiltTypeInfo.getMethods() |
MethodList |
ITypeInfo.getMethods() |
MethodList |
FeatureManager.getMethods(IRelativeTypeInfo.Accessibility accessibility) |
MethodList |
DefaultArrayTypeInfo.getMethods(IType whosaskin) |
MethodList |
IRelativeTypeInfo.getMethods(IType whosaskin) |
MethodList |
FeatureManagerTypeInfoBase.getMethods(IType whosAskin) |
MethodList |
BaseHandBuiltTypeInfo.getMethods(IType whosaskin) |
static MethodList |
TypeInfoUtil.makeSortedUnmodifiableRandomAccessList(MethodList collection) |
static MethodList |
MethodList.singleton(IMethodInfo theOneMethod) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static MethodList |
TypeInfoUtil.makeSortedUnmodifiableRandomAccessList(MethodList collection) |
protected void |
FeatureManager.mergeMethod(MethodList methods,
IMethodInfo thisMethodInfo,
boolean replace) |
protected void |
FeatureManager.mergeMethods(MethodList methods,
IType type,
boolean replace) |
static IMethodInfo |
ITypeInfo.FIND.method(MethodList methodList,
CharSequence method,
IType... params) |
| Constructor and Description |
|---|
MethodList(MethodList source) |
Copyright © 2015. All rights reserved.