Package | Description |
---|---|
org.objectweb.asm.tree.analysis |
Provides a framework for static code analysis based on the asm.tree package.
|
Class and Description |
---|
AnalyzerException
An exception thrown if a problem occurs during the analysis of a method.
|
BasicInterpreter
An
Interpreter for BasicValue values. |
BasicValue
A
Value that is represented with its type in a seven types type system. |
BasicVerifier
An extended
BasicInterpreter that checks that bytecode instructions are correctly used. |
Frame
A symbolic execution stack frame.
|
Interpreter
A semantic bytecode interpreter.
|
SourceValue
A
Value which keeps track of the bytecode instructions that can produce it. |
Value
An immutable symbolic value for the semantic interpretation of bytecode.
|
Copyright © 2023. All rights reserved.