|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Interpreter | |
|---|---|
| org.mvel2.asm.tree.analysis | Provides a framework for static code analysis based on the asm.tree package. |
| Uses of Interpreter in org.mvel2.asm.tree.analysis |
|---|
| Subclasses of Interpreter in org.mvel2.asm.tree.analysis | |
|---|---|
class |
BasicInterpreter
An Interpreter for BasicValue values. |
class |
BasicVerifier
An extended BasicInterpreter that checks that bytecode instructions
are correctly used. |
class |
SimpleVerifier
An extended BasicVerifier that performs more precise verifications. |
class |
SourceInterpreter
An Interpreter for SourceValue values. |
| Methods in org.mvel2.asm.tree.analysis with parameters of type Interpreter | |
|---|---|
void |
Frame.execute(AbstractInsnNode insn,
Interpreter<V> interpreter)
|
boolean |
Frame.merge(Frame<? extends V> frame,
Interpreter<V> interpreter)
Merges this frame with the given frame. |
| Constructors in org.mvel2.asm.tree.analysis with parameters of type Interpreter | |
|---|---|
Analyzer(Interpreter<V> interpreter)
Constructs a new Analyzer. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||