Java bytecode manipulation framework
http://asm.objectweb.org/
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 Java:packages:attic/asm3 && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| asm-3.3.1-sourcetarget.patch | 0000001010 1010 Bytes | |
| asm-ASM_3_3_2.tar.bz2 | 0014341214 13.7 MB | |
| asm3.changes | 0000002358 2.3 KB | |
| asm3.spec | 0000005081 4.96 KB | |
| fix-incorrect-version.patch | 0000000367 367 Bytes |
Comments 0