Package | Description |
---|---|
org.objectweb.asm.tree.analysis |
Provides a framework for static code analysis based on the asm.tree package.
|
Modifier and Type | Class and Description |
---|---|
class |
Analyzer<V extends Value>
A semantic bytecode analyzer.
|
class |
Frame<V extends Value>
A symbolic execution stack frame.
|
class |
Interpreter<V extends Value>
A semantic bytecode interpreter.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicValue
A
Value that is represented with its type in a seven types type system. |
class |
SourceValue
A
Value which keeps track of the bytecode instructions that can produce it. |
Constructor and Description |
---|
AnalyzerException(AbstractInsnNode insn,
String message,
Object expected,
Value actual)
Constructs a new
AnalyzerException . |
Copyright © 2019. All rights reserved.