| Package | Description |
|---|---|
| org.eclipse.persistence.internal.libraries.asm.tree.analysis |
| 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 © 2017–2020 Eclipse.org - EclipseLink Project. All rights reserved.