Package org.bsf.smartValueObject.tools

Tools to do the actual bytecode modification.

See:
          Description

Interface Summary
Instrumentor Minimal set of methods for instrumenting classes.
 

Class Summary
ASMInstrumentor ASM specific implementation of Instrumentor.
ASMInstrumentor.MyMethod Representation of a method.
Instrumentor.SmartReplacements  
JavaAssistInstrumentor Javassist specific implementation.
JavaAssistInstrumentor.InstClassLoader Custom ClassLoader using CtClass.
SmartTask Ant task to do bytecode modification on compile time.
 

Exception Summary
InstrumentorException Exception for wrapping low-level errors caused by the bytecode manipulating libraries.
 

Package org.bsf.smartValueObject.tools Description

Tools to do the actual bytecode modification.