asm-util-3.2.jar - ASM 3.2 Utilities

Q

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 to easily assemble custom complex transformations and code analysis tools.

JAR File Size and Download Location:

File name: asm-util.jar, asm-util-3.2.jar
File size: 36552 bytes
Date modified: 06/11/2009
Download: ASM 3.2

✍: FYIcenter

A

Manifest of the JAR:

Implementation-Title: ASM Utilities
Implementation-Version: 3.2
Implementation-Vendor: France Telecom R&D

List of Classes in the JAR:

org/objectweb/asm/util/ASMifiable
org/objectweb/asm/util/ASMifierAbstractVisitor
org/objectweb/asm/util/ASMifierAnnotationVisitor
org/objectweb/asm/util/ASMifierClassVisitor
org/objectweb/asm/util/ASMifierFieldVisitor
org/objectweb/asm/util/ASMifierMethodVisitor
org/objectweb/asm/util/AbstractVisitor
org/objectweb/asm/util/CheckAnnotationAdapter
org/objectweb/asm/util/CheckClassAdapter
org/objectweb/asm/util/CheckFieldAdapter
org/objectweb/asm/util/CheckMethodAdapter
org/objectweb/asm/util/CheckSignatureAdapter
org/objectweb/asm/util/TraceAbstractVisitor
org/objectweb/asm/util/TraceAnnotationVisitor
org/objectweb/asm/util/TraceClassVisitor
org/objectweb/asm/util/TraceFieldVisitor
org/objectweb/asm/util/TraceMethodVisitor
org/objectweb/asm/util/TraceSignatureVisitor
org/objectweb/asm/util/Traceable

2009-07-03, 7337🔥, 0💬