Uses of Interface
org.objectweb.asm.tree.analysis.Interpreter
Packages that use Interpreter
Package
Description
Provides a framework for static code analysis based on the asm.tree package.
-
Uses of Interpreter in org.objectweb.asm.tree.analysis
Classes in org.objectweb.asm.tree.analysis that implement InterpreterModifier and TypeClassDescriptionclassAnInterpreterforBasicValuevalues.classAn extendedBasicInterpreterthat checks that bytecode instructions are correctly used.classAn extendedBasicVerifierthat performs more precise verifications.classAnInterpreterforSourceValuevalues.Methods in org.objectweb.asm.tree.analysis with parameters of type InterpreterModifier and TypeMethodDescriptionvoidFrame.execute(AbstractInsnNode insn, Interpreter interpreter) booleanFrame.merge(Frame frame, Interpreter interpreter) Merges this frame with the given frame.Constructors in org.objectweb.asm.tree.analysis with parameters of type Interpreter