All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractInsnNode A node that represents a bytecode instruction.AdviceAdapter AMethodVisitor
to insert before, after and around advices in methods and constructors.Analyzer<V extends Value> A semantic bytecode analyzer.AnalyzerAdapter AMethodVisitor
that keeps track of stack map frame changes betweenvisitFrame
calls.AnalyzerException Thrown if a problem occurs during the analysis of a method.AnnotationNode A node that represents an annotationn.AnnotationVisitor A visitor to visit a Java annotation.ASMContentHandler AContentHandler
that transforms XML document into Java class file.ASMifiable AnAttribute
that can print the ASM code to create an equivalent attribute.ASMifier APrinter
that prints the ASM code to generate the classes if visits.Attribute A non standard class, field, method or code attribute.BasicInterpreter AnInterpreter
forBasicValue
values.BasicValue AValue
that is represented by its type in a seven types type system.BasicVerifier An extendedBasicInterpreter
that checks that bytecode instructions are correctly used.ByteVector A dynamically extensible vector of bytes.CheckAnnotationAdapter AnAnnotationVisitor
that checks that its methods are properly used.CheckClassAdapter AClassVisitor
that checks that its methods are properly used.CheckFieldAdapter AFieldVisitor
that checks that its methods are properly used.CheckMethodAdapter AMethodVisitor
that checks that its methods are properly used.CheckSignatureAdapter ASignatureVisitor
that checks that its methods are properly used.ClassNode A node that represents a class.ClassReader A Java class parser to make aClassVisitor
visit an existing class.ClassVisitor A visitor to visit a Java class.ClassWriter AClassVisitor
that generates classes in bytecode form.CodeSizeEvaluator AMethodVisitor
that can be used to approximate method size.FieldInsnNode A node that represents a field instruction.FieldNode A node that represents a field.FieldVisitor A visitor to visit a Java field.Frame<V extends Value> A symbolic execution stack frame.FrameNode A node that represents a stack map frame.GeneratorAdapter AMethodVisitor
with convenient methods to generate code.Handle A reference to a field or a method.IincInsnNode A node that represents an IINC instruction.InnerClassNode A node that represents an inner class.InsnList A doubly linked list ofAbstractInsnNode
objects.InsnNode A node that represents a zero operand instruction.InstructionAdapter AMethodVisitor
providing a more detailed API to generate and transform instructions.Interpreter<V extends Value> A semantic bytecode interpreter.IntInsnNode A node that represents an instruction with a single int operand.InvokeDynamicInsnNode A node that represents an invokedynamic instruction.JSRInlinerAdapter AMethodVisitor
that removes JSR instructions and inlines the referenced subroutines.JumpInsnNode A node that represents a jump instruction.Label A label represents a position in the bytecode of a method.LabelNode AnAbstractInsnNode
that encapsulates aLabel
.LdcInsnNode A node that represents an LDC instruction.LineNumberNode A node that represents a line number declaration.LocalVariableAnnotationNode A node that represents a type annotation on a local or resource variable.LocalVariableNode A node that represents a local variable declaration.LocalVariablesSorter AMethodVisitor
that renumbers local variables in their order of appearance.LookupSwitchInsnNode A node that represents a LOOKUPSWITCH instruction.Method A named method descriptor.MethodInsnNode A node that represents a method instruction.MethodNode A node that represents a method.MethodVisitor A visitor to visit a Java method.MultiANewArrayInsnNode A node that represents a MULTIANEWARRAY instruction.Opcodes Defines the JVM opcodes, access flags and array type codes.ParameterNode A node that represents a parameter access and name.Printer An abstract converter from visit events to text.Processor Processor is a command line tool that can be used for bytecode waving directed by XSL transformation.Remapper A class responsible for remapping types and names.RemappingAnnotationAdapter AnAnnotationVisitor
adapter for type remapping.RemappingClassAdapter AClassVisitor
for type remapping.RemappingFieldAdapter AFieldVisitor
adapter for type remapping.RemappingMethodAdapter ALocalVariablesSorter
for type mapping.RemappingSignatureAdapter ASignatureVisitor
adapter for type mapping.SAXAdapter SAXAdapterSAXAnnotationAdapter SAXAnnotationAdapterSAXClassAdapter AClassVisitor
that generates SAX 2.0 events from the visited class.SAXCodeAdapter AMethodVisitor
that generates SAX 2.0 events from the visited method.SAXFieldAdapter SAXFieldAdapterSerialVersionUIDAdder AClassVisitor
that adds a serial version unique identifier to a class if missing.SignatureReader A type signature parser to make a signature visitor visit an existing signature.SignatureVisitor A visitor to visit a generic signature.SignatureWriter A signature visitor that generates signatures in string format.SimpleRemapper ARemapper
using aMap
to define its mapping.SimpleVerifier An extendedBasicVerifier
that performs more precise verifications.SourceInterpreter AnInterpreter
forSourceValue
values.SourceValue AValue
that is represented by its type in a two types type system.StaticInitMerger AClassVisitor
that merges clinit methods into a single one.TableSwitchGenerator A code generator for switch statements.TableSwitchInsnNode A node that represents a TABLESWITCH instruction.Textifiable AnAttribute
that can print a readable representation of itself.Textifier APrinter
that prints a disassembled view of the classes it visits.TraceAnnotationVisitor AnAnnotationVisitor
that prints the annotations it visits with aPrinter
.TraceClassVisitor AClassVisitor
that prints the classes it visits with aPrinter
.TraceFieldVisitor AFieldVisitor
that prints the fields it visits with aPrinter
.TraceMethodVisitor AMethodVisitor
that prints the methods it visits with aPrinter
.TraceSignatureVisitor ASignatureVisitor
that prints a disassembled view of the signature it visits.TryCatchBlockNode A node that represents a try catch block.TryCatchBlockSorter AMethodVisitor
adapter to sort the exception handlers.Type A Java field or method type.TypeAnnotationNode A node that represents a type annotationn.TypeInsnNode A node that represents a type instruction.TypePath The path to a type argument, wildcard bound, array element type, or static inner type within an enclosing type.TypeReference A reference to a type appearing in a class, field or method declaration, or on an instruction.Value An immutable symbolic value for semantic interpretation of bytecode.VarInsnNode A node that represents a local variable instruction.