Java bytecode manipulation framework
ASM is a Java bytecode manipulation framework.
It can be used to dynamically generate stub classes or other proxy
classes, directly in binary form, or to dynamically modify classes at
load time, i.e., just before they are loaded into the Java Virtual
Machine.
ASM offers similar functionalities as BCEL or SERP, but is much
smaller.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:11.4/asm2 && cd $_
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
asm-2.2.3.tar.bz2 | 0000218321 213 KB | almost 14 years |
asm2.changes | 0000000333 333 Bytes | over 12 years |
asm2.spec | 0000003912 3.82 KB | over 12 years |
Comments 0