Uses of Interface
org.objectweb.asm.Opcodes
-
Packages that use Opcodes Package Description 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.org.objectweb.asm.xml Provides SAX 2.0 adapters for ASM visitors to convert classes to and from XML. -
-
Uses of Opcodes in org.objectweb.asm.commons
Classes in org.objectweb.asm.commons that implement Opcodes Modifier and Type Class Description class
AdviceAdapter
AMethodVisitor
to insert before, after and around advices in methods and constructors.class
CodeSizeEvaluator
AMethodVisitor
that can be used to approximate method size.class
JSRInlinerAdapter
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 Opcodes Modifier and Type Class Description class
Analyzer<V extends Value>
A semantic bytecode analyzer.class
BasicInterpreter
AnInterpreter
forBasicValue
values.class
BasicVerifier
An extendedBasicInterpreter
that checks that bytecode instructions are correctly used.class
SimpleVerifier
An extendedBasicVerifier
that performs more precise verifications.class
SourceInterpreter
AnInterpreter
forSourceValue
values. -
Uses of Opcodes in org.objectweb.asm.xml
Classes in org.objectweb.asm.xml that implement Opcodes Modifier and Type Class Description class
ASMContentHandler
AContentHandler
that transforms XML document into Java class file.
-