Uses of Interface
org.eclipse.persistence.internal.libraries.asm.Opcodes
-
Packages that use Opcodes Package Description org.eclipse.persistence.internal.libraries.asm.commons org.eclipse.persistence.internal.libraries.asm.tree.analysis -
-
Uses of Opcodes in org.eclipse.persistence.internal.libraries.asm.commons
Classes in org.eclipse.persistence.internal.libraries.asm.commons that implement Opcodes Modifier and Type Class Description classAdviceAdapterAMethodVisitorto insert before, after and around advices in methods and constructors.classCodeSizeEvaluatorAMethodVisitorthat approximates the size of the methods it visits.classJSRInlinerAdapterAMethodVisitorthat removes JSR instructions and inlines the referenced subroutines. -
Uses of Opcodes in org.eclipse.persistence.internal.libraries.asm.tree.analysis
Classes in org.eclipse.persistence.internal.libraries.asm.tree.analysis that implement Opcodes Modifier and Type Class Description classAnalyzer<V extends Value>A semantic bytecode analyzer.classBasicInterpreterAnInterpreterforBasicValuevalues.classBasicVerifierAn extendedBasicInterpreterthat checks that bytecode instructions are correctly used.classSimpleVerifierAn extendedBasicVerifierthat performs more precise verifications.classSourceInterpreterAnInterpreterforSourceValuevalues.
-