|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodFab | |
---|---|
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. |
Uses of MethodFab in org.apache.hivemind.service |
---|
Methods in org.apache.hivemind.service that return MethodFab | |
---|---|
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.). |
Uses of MethodFab in org.apache.hivemind.service.impl |
---|
Methods in org.apache.hivemind.service.impl that return MethodFab | |
---|---|
MethodFab |
ClassFabImpl.addMethod(int modifiers,
MethodSignature ms,
java.lang.String body)
|
MethodFab |
ClassFabImpl.getMethodFab(MethodSignature ms)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |