Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 527 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 527 Bytes

Java ByteCode Manipulation

ASM

ASM Doesn't mean anything. It is taken from asm keyword in C.

OW2 ASM

This library provides API to modify Java Bytecode.

  1. Book

Visitor Design Pattern

OW2 ASM Library uses Visitor pattern in its Event Driven API's.

  1. Tutorial

CG LIB

aka Code Generation Library, is mainly used for creating proxy classes. It is based on OW2 ASM.

  1. Tutorial