软件包: libasm-java (7.2-1)
libasm-java 的相关链接
Trisquel 的资源:
下载源码包 asm:
维护者:
Original Maintainers:
- Debian Java Maintainers (Mail Archive)
- Aditya Vaidya
- Emmanuel Bourg
外部的资源:
- 主页 [asm.ow2.io]
相似软件包:
Java bytecode manipulation framework
ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate classes, directly in binary form. Provided common transformations and analysis algorithms allow one to easily assemble custom complex transformations and code analysis tools.
ASM offer similar functionality as other bytecode frameworks, but it is focused on simplicity of use and performance. Because it was designed and implemented to be as small and as fast as possible, it makes it very attractive for using in dynamic systems.