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.
-
Uses of Opcodes in org.objectweb.asm.commons
Classes in org.objectweb.asm.commons that implement OpcodesModifier and TypeClassDescriptionclass
AMethodVisitor
to insert before, after and around advices in methods and constructors.class
AMethodVisitor
that approximates the size of the methods it visits.class
AMethodVisitor
that 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 TypeClassDescriptionclass
A semantic bytecode analyzer.class
AnInterpreter
forBasicValue
values.class
An extendedBasicInterpreter
that checks that bytecode instructions are correctly used.class
An extendedBasicVerifier
that performs more precise verifications.class
AnInterpreter
forSourceValue
values.