| Package | Description |
|---|---|
| de.intarsys.tools.objectmodel |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctorMethod
|
| Modifier and Type | Method and Description |
|---|---|
IMethod |
InvokeIntercept.getMethod() |
IMethod |
InvokeAccept.getMethod() |
IMethod[] |
IClass.getMethods()
All known
IMethod instances of this. |
IMethod[] |
Class.getMethods() |
static IMethod |
ObjectModelTools.lookupMethod(Class<?> clazz,
Object id,
String name) |
static IMethod |
ObjectModelTools.lookupMethod(Class<?> clazz,
String name) |
IMethod |
IClass.lookupMethod(String name)
The single
IMethod with the given name. |
IMethod |
Class.lookupMethod(String name) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ObjectModelTools.registerMethod(Class<?> clazz,
IMethod method) |
static void |
ObjectModelTools.registerMethod(Class<?> clazz,
Object id,
IMethod method) |
static void |
ObjectModelTools.registerMethod(IClassSelector selector,
IMethod method) |
void |
Class.registerMethod(IMethod method) |
| Constructor and Description |
|---|
InvokeAccept(IMethod method,
Object receiver,
IArgs args) |
InvokeIntercept(Object receiver,
INotificationListener dispatcher,
IMethod method,
IArgs args) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.