Package org.eclipse.sisu.space.asm


package org.eclipse.sisu.space.asm
  • Class
    Description
    A visitor to visit a Java annotation.
    An AnnotationVisitor that generates annotations in bytecode form.
    A non standard class, field, method or code attribute.
    A dynamically extensible vector of bytes.
    A Java class parser to make a ClassVisitor visit an existing class.
    A visitor to visit a Java class.
    A ClassVisitor that generates classes in bytecode form.
    Information about a class being parsed in a ClassReader.
    An edge in the control flow graph of a method body.
    A visitor to visit a Java field.
    An FieldVisitor that generates Java fields in bytecode form.
    Information about the input and output stack map frames of a basic block.
    A reference to a field or a method.
    Information about an exception handler block.
    A constant pool item.
    A label represents a position in the bytecode of a method.
    A visitor to visit a Java method.
    A MethodVisitor that generates methods in bytecode form.
    Defines the JVM opcodes, access flags and array type codes.
    A Java field or method type.
    The path to a type argument, wildcard bound, array element type, or static inner type within an enclosing type.
    A reference to a type appearing in a class, field or method declaration, or on an instruction.