Wiki source code of Object Web ASM

Last modified by John Stroy on 2011/03/27 19:24

Show last authors
1 [[Object Web ASM>>http://asm.ow2.org/]] is a bytecode manipulation library, reminiscent of Apache Software Foundation's BCEL. [[HSPlet]] uses Object Web ASM to generate bytecode.
2
3 ASM uses a [[visitor pattern]] in its classes. You should get familiar with this before diving into ASM.
4
5 You can download it [[here>>http://forge.ow2.org/projects/asm/]].