| com.tc.object.bytecode.ManagerHelper
ManagerHelper | public interface ManagerHelper (Code) | | Helper that can add instructions to call the Manager
|
callManagerMethod | public void callManagerMethod(String methodName, MethodVisitor mv)(Code) | | Add instructions to call the given Manager method.
Parameters: methodName - The method to call Parameters: mv - CodeVisitor for the current method that wants to make the Manager call |
|
|