Package | Description |
---|---|
oracle.toplink.libraries.asm.tree.analysis |
Modifier and Type | Class and Description |
---|---|
class |
BasicInterpreter
An
Interpreter for BasicValue values. |
class |
BasicVerifier
An extended
BasicInterpreter that checks that bytecode instructions
are correctly used. |
class |
DataflowInterpreter
An
Interpreter for DataflowValue values. |
class |
SimpleVerifier
An extended
BasicVerifier that performs more precise verifications. |
Modifier and Type | Method and Description |
---|---|
void |
Frame.execute(AbstractInsnNode insn,
Interpreter interpreter) |
boolean |
Frame.merge(Frame frame,
Interpreter interpreter)
Merges this frame with the given frame.
|
Constructor and Description |
---|
Analyzer(Interpreter interpreter)
Constructs a new
Analyzer . |
Copyright © 2022. All rights reserved.