ASM is an open-source java library for manipulating bytecode.



对于《Java ASM系列三:Tree API》有配套的视频讲解,可以点击这里这里进行查看;同时,也可以点击这里查看源码资料。


1. 主要内容

1.1. 第一章 基础

1.2. 第二章 Class Generation

1.3. 第三章 Class Transformation

1.4. 第四章 Method Analysis

2. 参考资料