Uses of Class
org.objectweb.asm.tree.analysis.Interpreter
-
Uses of Interpreter in org.objectweb.asm.tree.analysis
Subclasses of Interpreter in org.objectweb.asm.tree.analysisModifier and TypeClassDescriptionclass
AnInterpreter
forBasicValue
values.class
An extendedBasicInterpreter
that checks that bytecode instructions are correctly used.class
An extendedBasicVerifier
that performs more precise verifications.class
AnInterpreter
forSourceValue
values.Methods in org.objectweb.asm.tree.analysis with parameters of type InterpreterModifier and TypeMethodDescriptionvoid
Frame.execute
(org.objectweb.asm.tree.AbstractInsnNode insn, Interpreter<V> interpreter) Simulates the execution of the given instruction on this execution stack frame.boolean
Frame.merge
(Frame<? extends V> frame, Interpreter<V> interpreter) Merges the given frame into this frame.Constructors in org.objectweb.asm.tree.analysis with parameters of type Interpreter