Uses of Package
org.objectweb.asm.tree.analysis
-
Packages that use org.objectweb.asm.tree.analysis Package Description org.objectweb.asm.tree.analysis Provides a framework for static code analysis based on the asm.tree package.org.objectweb.asm.util 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.analysis Class Description AnalyzerException An exception thrown if a problem occurs during the analysis of a method.BasicInterpreter AnInterpreter
forBasicValue
values.BasicValue AValue
that is represented with its type in a seven types type system.BasicVerifier An extendedBasicInterpreter
that checks that bytecode instructions are correctly used.Frame A symbolic execution stack frame.Interpreter A semantic bytecode interpreter.SmallSet An immutable set of at most two elements, optimized for speed compared to a generic set implementation.SourceValue AValue
which keeps track of the bytecode instructions that can produce it.Subroutine A method subroutine (corresponds to a JSR instruction).Value An immutable symbolic value for the semantic interpretation of bytecode. -
Classes in org.objectweb.asm.tree.analysis used by org.objectweb.asm.util Class Description Analyzer A semantic bytecode analyzer.AnalyzerException An exception thrown if a problem occurs during the analysis of a method.BasicValue AValue
that is represented with its type in a seven types type system.Frame A symbolic execution stack frame.Interpreter A semantic bytecode interpreter.Value An immutable symbolic value for the semantic interpretation of bytecode.