Uses of Interface
org.objectweb.asm.Opcodes
-
Packages that use Opcodes Package Description org.objectweb.asm Provides a small and fast bytecode manipulation framework.org.objectweb.asm.commons Provides some useful class and method adapters.org.objectweb.asm.tree.analysis Provides a framework for static code analysis based on the asm.tree package. -
-
Uses of Opcodes in org.objectweb.asm
Classes in org.objectweb.asm that implement Opcodes Modifier and Type Class Description (package private) classConstantsDefines additional JVM opcodes, access flags and constants which are not part of the ASM public API. -
Uses of Opcodes in org.objectweb.asm.commons
Classes in org.objectweb.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.objectweb.asm.tree.analysis
Classes in org.objectweb.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.
-