asm-3.2.jar - ASM 3.2 Core

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.jar, asm-3.2.jar
File size: 43401 bytes
Date modified: 06/11/2009
Download: ASM 3.2

✍: FYIcenter

A

Manifest of the JAR:

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

List of Classes in the JAR:

org/objectweb/asm/AnnotationVisitor
org/objectweb/asm/AnnotationWriter
org/objectweb/asm/Attribute
org/objectweb/asm/ByteVector
org/objectweb/asm/ClassAdapter
org/objectweb/asm/ClassReader
org/objectweb/asm/ClassVisitor
org/objectweb/asm/ClassWriter
org/objectweb/asm/Edge
org/objectweb/asm/FieldVisitor
org/objectweb/asm/FieldWriter
org/objectweb/asm/Frame
org/objectweb/asm/Handler
org/objectweb/asm/Item
org/objectweb/asm/Label
org/objectweb/asm/MethodAdapter
org/objectweb/asm/MethodVisitor
org/objectweb/asm/MethodWriter
org/objectweb/asm/Opcodes
org/objectweb/asm/Type
org/objectweb/asm/signature/SignatureReader
org/objectweb/asm/signature/SignatureVisitor
org/objectweb/asm/signature/SignatureWriter

2009-07-03, 15819🔥, 0💬