Uses of Package
org.objectweb.asm.tree.analysis
Packages that use org.objectweb.asm.tree.analysis
Package
Description
Provides a framework for static code analysis based on the asm.tree package.
Provides ASM visitors that can be useful for programming and
debugging purposes.
-
Classes in org.objectweb.asm.tree.analysis used by org.objectweb.asm.tree.analysisClassDescriptionAn exception thrown if a problem occurs during the analysis of a method.An
Interpreter
forBasicValue
values.AValue
that is represented with its type in a seven types type system.An extendedBasicInterpreter
that checks that bytecode instructions are correctly used.A symbolic execution stack frame.A semantic bytecode interpreter.An immutable set of at most two elements, optimized for speed compared to a generic set implementation.AValue
which keeps track of the bytecode instructions that can produce it.A method subroutine (corresponds to a JSR instruction).An immutable symbolic value for the semantic interpretation of bytecode. -
Classes in org.objectweb.asm.tree.analysis used by org.objectweb.asm.utilClassDescriptionA semantic bytecode analyzer.A
Value
that is represented with its type in a seven types type system.