Uses of Class
org.eclipse.persistence.internal.libraries.asm.tree.analysis.Interpreter
-
Packages that use Interpreter Package Description org.eclipse.persistence.internal.libraries.asm.tree.analysis -
-
Uses of Interpreter in org.eclipse.persistence.internal.libraries.asm.tree.analysis
Subclasses of Interpreter in org.eclipse.persistence.internal.libraries.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.eclipse.persistence.internal.libraries.asm.tree.analysis with parameters of type Interpreter Modifier and Type Method Description voidFrame. execute(AbstractInsnNode insn, Interpreter<V> interpreter)Simulates the execution of the given instruction on this execution stack frame.booleanFrame. merge(Frame<? extends V> frame, Interpreter<V> interpreter)Merges the given frame into this frame.Constructors in org.eclipse.persistence.internal.libraries.asm.tree.analysis with parameters of type Interpreter Constructor Description Analyzer(Interpreter<V> interpreter)Constructs a newAnalyzer.
-