Uses of Interface
org.objectweb.asm.Opcodes
Packages that use Opcodes
Package
Description
Provides some useful class and method adapters.
Provides a framework for static code analysis based on the asm.tree package.
Provides ASM visitors that can be useful for programming and
debugging purposes.
-
Uses of Opcodes in org.objectweb.asm.commons
Classes in org.objectweb.asm.commons that implement OpcodesModifier and TypeClassDescriptionclassAMethodVisitorto insert before, after and around advices in methods and constructors.classAMethodVisitorthat approximates the size of the methods it visits.classAMethodVisitorthat 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 OpcodesModifier and TypeClassDescriptionclassA semantic bytecode analyzer.classAnInterpreterforBasicValuevalues.classAn extendedBasicInterpreterthat checks that bytecode instructions are correctly used.classAn extendedBasicVerifierthat performs more precise verifications.classAnInterpreterforSourceValuevalues. -
Uses of Opcodes in org.objectweb.asm.util
Classes in org.objectweb.asm.util that implement OpcodesModifier and TypeClassDescription(package private) classCheckFrameAnalyzer<V extends Value>AnAnalyzersubclass which checks that methods provide stack map frames where expected (i.e.