asm-tree-2.2.3.jar - ASM 2.2.3 Tree Class Visitor

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-tree.jar, asm-tree-2.2.3.jar
File size: 16248 bytes
Date modified: 07/06/2006
Download: ASM 3.2

✍: FYIcenter

A

Manifest of the JAR:

Implementation-Title: ASM Tree class visitor
Implementation-Version: 2.2.3
Implementation-Vendor: France Telecom R&D

List of Classes in the JAR:

org/objectweb/asm/tree/AbstractInsnNode
org/objectweb/asm/tree/AnnotationNode
org/objectweb/asm/tree/ClassNode
org/objectweb/asm/tree/FieldInsnNode
org/objectweb/asm/tree/FieldNode
org/objectweb/asm/tree/IincInsnNode
org/objectweb/asm/tree/InnerClassNode
org/objectweb/asm/tree/InsnNode
org/objectweb/asm/tree/IntInsnNode
org/objectweb/asm/tree/JumpInsnNode
org/objectweb/asm/tree/LabelNode
org/objectweb/asm/tree/LdcInsnNode
org/objectweb/asm/tree/LineNumberNode
org/objectweb/asm/tree/LocalVariableNode
org/objectweb/asm/tree/LookupSwitchInsnNode
org/objectweb/asm/tree/MemberNode
org/objectweb/asm/tree/MethodInsnNode
org/objectweb/asm/tree/MethodNode
org/objectweb/asm/tree/MultiANewArrayInsnNode
org/objectweb/asm/tree/TableSwitchInsnNode
org/objectweb/asm/tree/TryCatchBlockNode
org/objectweb/asm/tree/TypeInsnNode
org/objectweb/asm/tree/VarInsnNode

2009-07-03, 6618🔥, 0💬