asm-analysis-2.2.3.jar - ASM 2.2.3 Static Code Analysis Framework

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

✍: FYIcenter

A

Manifest of the JAR:

Implementation-Title: ASM static code analysis framework
Implementation-Version: 2.2.3
Implementation-Vendor: France Telecom R&D

List of Classes in the JAR:

org/objectweb/asm/tree/analysis/Analyzer
org/objectweb/asm/tree/analysis/AnalyzerException
org/objectweb/asm/tree/analysis/BasicInterpreter
org/objectweb/asm/tree/analysis/BasicValue
org/objectweb/asm/tree/analysis/BasicVerifier
org/objectweb/asm/tree/analysis/DataflowInterpreter
org/objectweb/asm/tree/analysis/DataflowValue
org/objectweb/asm/tree/analysis/Frame
org/objectweb/asm/tree/analysis/IntMap
org/objectweb/asm/tree/analysis/Interpreter
org/objectweb/asm/tree/analysis/SimpleVerifier
org/objectweb/asm/tree/analysis/SmallSet
org/objectweb/asm/tree/analysis/Subroutine
org/objectweb/asm/tree/analysis/Value

2009-07-03, 11740🔥, 0💬