public final class org.apache.bcel.classfile.Synthetic extends org.apache.bcel.classfile.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.bcel.classfile.Synthetic
  super_class: org.apache.bcel.classfile.Attribute
{
  private byte[] bytes;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.apache.bcel.classfile.Synthetic);
    descriptor: (Lorg/apache/bcel/classfile/Synthetic;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.Synthetic this
        start local 1 // org.apache.bcel.classfile.Synthetic c
         0: .line 47
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.Synthetic.getNameIndex:()I
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.Synthetic.getLength:()I
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.Synthetic.getBytes:()[B
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.Synthetic.getConstantPool:()Lorg/apache/bcel/classfile/ConstantPool;
            invokespecial org.apache.bcel.classfile.Synthetic.<init>:(II[BLorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 48
            return
        end local 1 // org.apache.bcel.classfile.Synthetic c
        end local 0 // org.apache.bcel.classfile.Synthetic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/Synthetic;
            0    2     1     c  Lorg/apache/bcel/classfile/Synthetic;
    MethodParameters:
      Name  Flags
      c     final

  public void <init>(int, int, byte[], org.apache.bcel.classfile.ConstantPool);
    descriptor: (II[BLorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.apache.bcel.classfile.Synthetic this
        start local 1 // int name_index
        start local 2 // int length
        start local 3 // byte[] bytes
        start local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 60
            aload 0 /* this */
            bipush 7
            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 61
            aload 0 /* this */
            aload 3 /* bytes */
            putfield org.apache.bcel.classfile.Synthetic.bytes:[B
         2: .line 62
            return
        end local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 3 // byte[] bytes
        end local 2 // int length
        end local 1 // int name_index
        end local 0 // org.apache.bcel.classfile.Synthetic this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/apache/bcel/classfile/Synthetic;
            0    3     1     name_index  I
            0    3     2         length  I
            0    3     3          bytes  [B
            0    3     4  constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
    MethodParameters:
               Name  Flags
      name_index     final
      length         final
      bytes          final
      constant_pool  final

  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.Synthetic 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 76
            aload 0 /* this */
            iload 1 /* name_index */
            iload 2 /* length */
            aconst_null
            aload 4 /* constant_pool */
            invokespecial org.apache.bcel.classfile.Synthetic.<init>:(II[BLorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 77
            iload 2 /* length */
            ifle 5
         2: .line 78
            aload 0 /* this */
            iload 2 /* length */
            newarray 8
            putfield org.apache.bcel.classfile.Synthetic.bytes:[B
         3: .line 79
            aload 3 /* input */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.Synthetic.bytes:[B
            invokeinterface java.io.DataInput.readFully:([B)V
         4: .line 80
            ldc "Synthetic attribute with length > 0"
            invokestatic org.apache.bcel.classfile.Synthetic.println:(Ljava/lang/String;)V
         5: .line 82
      StackMap locals: org.apache.bcel.classfile.Synthetic int int java.io.DataInput org.apache.bcel.classfile.ConstantPool
      StackMap stack:
            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.Synthetic this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/apache/bcel/classfile/Synthetic;
            0    6     1     name_index  I
            0    6     2         length  I
            0    6     3          input  Ljava/io/DataInput;
            0    6     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 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.Synthetic this
        start local 1 // org.apache.bcel.classfile.Visitor v
         0: .line 94
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface org.apache.bcel.classfile.Visitor.visitSynthetic:(Lorg/apache/bcel/classfile/Synthetic;)V
         1: .line 95
            return
        end local 1 // org.apache.bcel.classfile.Visitor v
        end local 0 // org.apache.bcel.classfile.Synthetic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/Synthetic;
            0    2     1     v  Lorg/apache/bcel/classfile/Visitor;
    MethodParameters:
      Name  Flags
      v     final

  public void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.Synthetic this
        start local 1 // java.io.DataOutputStream file
         0: .line 106
            aload 0 /* this */
            aload 1 /* file */
            invokespecial org.apache.bcel.classfile.Attribute.dump:(Ljava/io/DataOutputStream;)V
         1: .line 107
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.Attribute.getLength:()I
            ifle 3
         2: .line 108
            aload 1 /* file */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.Synthetic.bytes:[B
            iconst_0
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.Attribute.getLength:()I
            invokevirtual java.io.DataOutputStream.write:([BII)V
         3: .line 110
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.DataOutputStream file
        end local 0 // org.apache.bcel.classfile.Synthetic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/bcel/classfile/Synthetic;
            0    4     1  file  Ljava/io/DataOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  final

  public byte[] getBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.Synthetic this
         0: .line 117
            aload 0 /* this */
            getfield org.apache.bcel.classfile.Synthetic.bytes:[B
            areturn
        end local 0 // org.apache.bcel.classfile.Synthetic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/Synthetic;

  public void setBytes(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.Synthetic this
        start local 1 // byte[] bytes
         0: .line 125
            aload 0 /* this */
            aload 1 /* bytes */
            putfield org.apache.bcel.classfile.Synthetic.bytes:[B
         1: .line 126
            return
        end local 1 // byte[] bytes
        end local 0 // org.apache.bcel.classfile.Synthetic this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/bcel/classfile/Synthetic;
            0    2     1  bytes  [B
    MethodParameters:
       Name  Flags
      bytes  final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.bcel.classfile.Synthetic this
         0: .line 134
            new java.lang.StringBuilder
            dup
            ldc "Synthetic"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuilder buf
         1: .line 135
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.Attribute.getLength:()I
            ifle 3
         2: .line 136
            aload 1 /* buf */
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.Synthetic.bytes:[B
            invokestatic org.apache.bcel.classfile.Utility.toHexString:([B)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 138
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 1 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder buf
        end local 0 // org.apache.bcel.classfile.Synthetic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/bcel/classfile/Synthetic;
            1    4     1   buf  Ljava/lang/StringBuilder;

  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=5, locals=3, args_size=2
        start local 0 // org.apache.bcel.classfile.Synthetic this
        start local 1 // org.apache.bcel.classfile.ConstantPool _constant_pool
         0: .line 147
            aload 0 /* this */
            invokevirtual org.apache.bcel.classfile.Synthetic.clone:()Ljava/lang/Object;
            checkcast org.apache.bcel.classfile.Synthetic
            astore 2 /* c */
        start local 2 // org.apache.bcel.classfile.Synthetic c
         1: .line 148
            aload 0 /* this */
            getfield org.apache.bcel.classfile.Synthetic.bytes:[B
            ifnull 4
         2: .line 149
            aload 2 /* c */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.Synthetic.bytes:[B
            arraylength
            newarray 8
            putfield org.apache.bcel.classfile.Synthetic.bytes:[B
         3: .line 150
            aload 0 /* this */
            getfield org.apache.bcel.classfile.Synthetic.bytes:[B
            iconst_0
            aload 2 /* c */
            getfield org.apache.bcel.classfile.Synthetic.bytes:[B
            iconst_0
            aload 0 /* this */
            getfield org.apache.bcel.classfile.Synthetic.bytes:[B
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 152
      StackMap locals: org.apache.bcel.classfile.Synthetic
      StackMap stack:
            aload 2 /* c */
            aload 1 /* _constant_pool */
            invokevirtual org.apache.bcel.classfile.Synthetic.setConstantPool:(Lorg/apache/bcel/classfile/ConstantPool;)V
         5: .line 153
            aload 2 /* c */
            areturn
        end local 2 // org.apache.bcel.classfile.Synthetic c
        end local 1 // org.apache.bcel.classfile.ConstantPool _constant_pool
        end local 0 // org.apache.bcel.classfile.Synthetic this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/apache/bcel/classfile/Synthetic;
            0    6     1  _constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
            1    6     2               c  Lorg/apache/bcel/classfile/Synthetic;
    MethodParameters:
                Name  Flags
      _constant_pool  final
}
SourceFile: "Synthetic.java"