public class org.apache.bcel.classfile.AnnotationDefault extends org.apache.bcel.classfile.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.bcel.classfile.AnnotationDefault
  super_class: org.apache.bcel.classfile.Attribute
{
  private org.apache.bcel.classfile.ElementValue default_value;
    descriptor: Lorg/apache/bcel/classfile/ElementValue;
    flags: (0x0002) ACC_PRIVATE

  void <init>(int, int, java.io.DataInput, org.apache.bcel.classfile.ConstantPool);
    descriptor: (IILjava/io/DataInput;Lorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.apache.bcel.classfile.AnnotationDefault this
        start local 1 // int name_index
        start local 2 // int length
        start local 3 // java.io.DataInput input
        start local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 42
            aload 0 /* this */
            iload 1 /* name_index */
            iload 2 /* length */
            aconst_null
            aload 4 /* constant_pool */
            invokespecial org.apache.bcel.classfile.AnnotationDefault.<init>:(IILorg/apache/bcel/classfile/ElementValue;Lorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 43
            aload 0 /* this */
            aload 3 /* input */
            aload 4 /* constant_pool */
            invokestatic org.apache.bcel.classfile.ElementValue.readElementValue:(Ljava/io/DataInput;Lorg/apache/bcel/classfile/ConstantPool;)Lorg/apache/bcel/classfile/ElementValue;
            putfield org.apache.bcel.classfile.AnnotationDefault.default_value:Lorg/apache/bcel/classfile/ElementValue;
         2: .line 44
            return
        end local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 3 // java.io.DataInput input
        end local 2 // int length
        end local 1 // int name_index
        end local 0 // org.apache.bcel.classfile.AnnotationDefault this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/apache/bcel/classfile/AnnotationDefault;
            0    3     1     name_index  I
            0    3     2         length  I
            0    3     3          input  Ljava/io/DataInput;
            0    3     4  constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      name_index     final
      length         final
      input          final
      constant_pool  final

  public void <init>(int, int, org.apache.bcel.classfile.ElementValue, org.apache.bcel.classfile.ConstantPool);
    descriptor: (IILorg/apache/bcel/classfile/ElementValue;Lorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.apache.bcel.classfile.AnnotationDefault this
        start local 1 // int name_index
        start local 2 // int length
        start local 3 // org.apache.bcel.classfile.ElementValue defaultValue
        start local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 53
            aload 0 /* this */
            bipush 16
            iload 1 /* name_index */
            iload 2 /* length */
            aload 4 /* constant_pool */
            invokespecial org.apache.bcel.classfile.Attribute.<init>:(BIILorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 54
            aload 0 /* this */
            aload 3 /* defaultValue */
            putfield org.apache.bcel.classfile.AnnotationDefault.default_value:Lorg/apache/bcel/classfile/ElementValue;
         2: .line 55
            return
        end local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 3 // org.apache.bcel.classfile.ElementValue defaultValue
        end local 2 // int length
        end local 1 // int name_index
        end local 0 // org.apache.bcel.classfile.AnnotationDefault this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/apache/bcel/classfile/AnnotationDefault;
            0    3     1     name_index  I
            0    3     2         length  I
            0    3     3   defaultValue  Lorg/apache/bcel/classfile/ElementValue;
            0    3     4  constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
    MethodParameters:
               Name  Flags
      name_index     final
      length         final
      defaultValue   final
      constant_pool  final

  public void accept(org.apache.bcel.classfile.Visitor);
    descriptor: (Lorg/apache/bcel/classfile/Visitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.AnnotationDefault this
        start local 1 // org.apache.bcel.classfile.Visitor v
         0: .line 66
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface org.apache.bcel.classfile.Visitor.visitAnnotationDefault:(Lorg/apache/bcel/classfile/AnnotationDefault;)V
         1: .line 67
            return
        end local 1 // org.apache.bcel.classfile.Visitor v
        end local 0 // org.apache.bcel.classfile.AnnotationDefault this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/AnnotationDefault;
            0    2     1     v  Lorg/apache/bcel/classfile/Visitor;
    MethodParameters:
      Name  Flags
      v     final

  public final void setDefaultValue(org.apache.bcel.classfile.ElementValue);
    descriptor: (Lorg/apache/bcel/classfile/ElementValue;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.AnnotationDefault this
        start local 1 // org.apache.bcel.classfile.ElementValue defaultValue
         0: .line 73
            aload 0 /* this */
            aload 1 /* defaultValue */
            putfield org.apache.bcel.classfile.AnnotationDefault.default_value:Lorg/apache/bcel/classfile/ElementValue;
         1: .line 74
            return
        end local 1 // org.apache.bcel.classfile.ElementValue defaultValue
        end local 0 // org.apache.bcel.classfile.AnnotationDefault this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/apache/bcel/classfile/AnnotationDefault;
            0    2     1  defaultValue  Lorg/apache/bcel/classfile/ElementValue;
    MethodParameters:
              Name  Flags
      defaultValue  final

  public final org.apache.bcel.classfile.ElementValue getDefaultValue();
    descriptor: ()Lorg/apache/bcel/classfile/ElementValue;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.AnnotationDefault this
         0: .line 80
            aload 0 /* this */
            getfield org.apache.bcel.classfile.AnnotationDefault.default_value:Lorg/apache/bcel/classfile/ElementValue;
            areturn
        end local 0 // org.apache.bcel.classfile.AnnotationDefault this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/AnnotationDefault;

  public org.apache.bcel.classfile.Attribute copy(org.apache.bcel.classfile.ConstantPool);
    descriptor: (Lorg/apache/bcel/classfile/ConstantPool;)Lorg/apache/bcel/classfile/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.AnnotationDefault this
        start local 1 // org.apache.bcel.classfile.ConstantPool _constant_pool
         0: .line 85
            aload 0 /* this */
            invokevirtual org.apache.bcel.classfile.AnnotationDefault.clone:()Ljava/lang/Object;
            checkcast org.apache.bcel.classfile.Attribute
            areturn
        end local 1 // org.apache.bcel.classfile.ConstantPool _constant_pool
        end local 0 // org.apache.bcel.classfile.AnnotationDefault this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/apache/bcel/classfile/AnnotationDefault;
            0    1     1  _constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
    MethodParameters:
                Name  Flags
      _constant_pool  final

  public final void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.AnnotationDefault this
        start local 1 // java.io.DataOutputStream dos
         0: .line 90
            aload 0 /* this */
            aload 1 /* dos */
            invokespecial org.apache.bcel.classfile.Attribute.dump:(Ljava/io/DataOutputStream;)V
         1: .line 91
            aload 0 /* this */
            getfield org.apache.bcel.classfile.AnnotationDefault.default_value:Lorg/apache/bcel/classfile/ElementValue;
            aload 1 /* dos */
            invokevirtual org.apache.bcel.classfile.ElementValue.dump:(Ljava/io/DataOutputStream;)V
         2: .line 92
            return
        end local 1 // java.io.DataOutputStream dos
        end local 0 // org.apache.bcel.classfile.AnnotationDefault this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/bcel/classfile/AnnotationDefault;
            0    3     1   dos  Ljava/io/DataOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dos   final
}
SourceFile: "AnnotationDefault.java"