| java.lang.Object com.tc.object.bytecode.LogicalMethodAdapter
All known Subclasses: com.tc.object.bytecode.ReflectionFieldMethodAdapter, com.tc.object.bytecode.DateMethodAdapter,
LogicalMethodAdapter | public class LogicalMethodAdapter implements MethodAdapter,Opcodes(Code) | | Used to create wrappers for logical methods
|
Method Summary | |
public MethodVisitor | adapt(ClassVisitor classVisitor) | protected void | addCheckWriteAccessInstrumentedCode(MethodVisitor mv, boolean checkManaged) | protected void | createWrapperMethod(ClassVisitor classVisitor) | public boolean | doesOriginalNeedAdapting() | protected int | getAccess() | protected String | getDescription() | protected String[] | getExceptions() | protected int | getInstrumentationType() | protected ManagerHelper | getManagerHelper() | protected String | getMethodName() | protected String | getNewName() | protected String | getOriginalMethodName() | protected String | getOwnerSlashes() | protected String | getSignature() | protected int | getWrapperAccess() | public void | initialize(ManagerHelper aManagerHelper, int anAccess, String aClassName, String aMethodName, String aOriginalMethodName, String aDescription, String sig, String[] anExceptions, InstrumentationLogger logger, MemberInfo info) |
LogicalMethodAdapter | public LogicalMethodAdapter()(Code) | | |
LogicalMethodAdapter | public LogicalMethodAdapter(String methodName, int instrumentationType)(Code) | | |
addCheckWriteAccessInstrumentedCode | protected void addCheckWriteAccessInstrumentedCode(MethodVisitor mv, boolean checkManaged)(Code) | | |
doesOriginalNeedAdapting | public boolean doesOriginalNeedAdapting()(Code) | | |
getAccess | protected int getAccess()(Code) | | |
getInstrumentationType | protected int getInstrumentationType()(Code) | | |
getOriginalMethodName | protected String getOriginalMethodName()(Code) | | |
getWrapperAccess | protected int getWrapperAccess()(Code) | | |
|
|