Uses of Class
org.objectweb.asm.tree.analysis.Interpreter
-
Packages that use Interpreter Package Description org.objectweb.asm.tree.analysis Provides a framework for static code analysis based on the asm.tree package. -
-
Uses of Interpreter in org.objectweb.asm.tree.analysis
Subclasses of Interpreter in org.objectweb.asm.tree.analysis Modifier and Type Class Description classBasicInterpreterAnInterpreterforBasicValuevalues.classBasicVerifierAn extendedBasicInterpreterthat checks that bytecode instructions are correctly used.classSimpleVerifierAn extendedBasicVerifierthat performs more precise verifications.classSourceInterpreterAnInterpreterforSourceValuevalues.Methods in org.objectweb.asm.tree.analysis with parameters of type Interpreter Modifier and Type Method Description voidFrame. execute(AbstractInsnNode insn, Interpreter<V> interpreter)booleanFrame. merge(Frame<? extends V> frame, Interpreter<V> interpreter)Merges this frame with the given frame.Constructors in org.objectweb.asm.tree.analysis with parameters of type Interpreter Constructor Description Analyzer(Interpreter<V> interpreter)Constructs a newAnalyzer.
-