Package | Description |
---|---|
org.apache.hivemind.service |
Definitions of services provided by the
hivemind module. |
org.apache.hivemind.service.impl |
Implementations of services provided by the
hivemind module. |
Modifier and Type | Method and Description |
---|---|
MethodFab |
ClassFab.addMethod(int modifiers,
MethodSignature signature,
java.lang.String body)
Adds a method.
|
MethodFab |
ClassFab.getMethodFab(MethodSignature signature)
Returns a previous defined method so that it can be further enhanced
(perhaps by adding additional catches, etc.).
|
Modifier and Type | Method and Description |
---|---|
MethodFab |
ClassFabImpl.addMethod(int modifiers,
MethodSignature ms,
java.lang.String body) |
MethodFab |
ClassFabImpl.getMethodFab(MethodSignature ms) |