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

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

  public void <init>(int, int, byte[], com.sun.org.apache.bcel.internal.classfile.ConstantPool);
    descriptor: (II[BLcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Synthetic this
        start local 1 // int name_index
        start local 2 // int length
        start local 3 // byte[] bytes
        start local 4 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
         0: .line 62
            aload 0 /* this */
            bipush 7
            iload 1 /* name_index */
            iload 2 /* length */
            aload 4 /* constant_pool */
            invokespecial com.sun.org.apache.bcel.internal.classfile.Attribute.<init>:(BIILcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
         1: .line 63
            aload 0 /* this */
            aload 3 /* bytes */
            putfield com.sun.org.apache.bcel.internal.classfile.Synthetic.bytes:[B
         2: .line 64
            return
        end local 4 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
        end local 3 // byte[] bytes
        end local 2 // int length
        end local 1 // int name_index
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Synthetic this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/sun/org/apache/bcel/internal/classfile/Synthetic;
            0    3     1     name_index  I
            0    3     2         length  I
            0    3     3          bytes  [B
            0    3     4  constant_pool  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
    MethodParameters:
               Name  Flags
      name_index     
      length         
      bytes          
      constant_pool  

  void <init>(int, int, java.io.DataInputStream, com.sun.org.apache.bcel.internal.classfile.ConstantPool);
    descriptor: (IILjava/io/DataInputStream;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Synthetic this
        start local 1 // int name_index
        start local 2 // int length
        start local 3 // java.io.DataInputStream file
        start local 4 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
         0: .line 77
            aload 0 /* this */
            iload 1 /* name_index */
            iload 2 /* length */
            aconst_null
            aload 4 /* constant_pool */
            invokespecial com.sun.org.apache.bcel.internal.classfile.Synthetic.<init>:(II[BLcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
         1: .line 79
            iload 2 /* length */
            ifle 5
         2: .line 80
            aload 0 /* this */
            iload 2 /* length */
            newarray 8
            putfield com.sun.org.apache.bcel.internal.classfile.Synthetic.bytes:[B
         3: .line 81
            aload 3 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Synthetic.bytes:[B
            invokevirtual java.io.DataInputStream.readFully:([B)V
         4: .line 82
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            ldc "Synthetic attribute with length > 0"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         5: .line 84
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.Synthetic int int java.io.DataInputStream com.sun.org.apache.bcel.internal.classfile.ConstantPool
      StackMap stack:
            return
        end local 4 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
        end local 3 // java.io.DataInputStream file
        end local 2 // int length
        end local 1 // int name_index
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Synthetic this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lcom/sun/org/apache/bcel/internal/classfile/Synthetic;
            0    6     1     name_index  I
            0    6     2         length  I
            0    6     3           file  Ljava/io/DataInputStream;
            0    6     4  constant_pool  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      name_index     
      length         
      file           
      constant_pool  

  public void accept(com.sun.org.apache.bcel.internal.classfile.Visitor);
    descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/Visitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Synthetic this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.Visitor v
         0: .line 93
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface com.sun.org.apache.bcel.internal.classfile.Visitor.visitSynthetic:(Lcom/sun/org/apache/bcel/internal/classfile/Synthetic;)V
         1: .line 94
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.Visitor v
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Synthetic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Synthetic;
            0    2     1     v  Lcom/sun/org/apache/bcel/internal/classfile/Visitor;
    MethodParameters:
      Name  Flags
      v     

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

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

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

  public final java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Synthetic this
         0: .line 123
            new java.lang.StringBuffer
            dup
            ldc "Synthetic"
            invokespecial java.lang.StringBuffer.<init>:(Ljava/lang/String;)V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuffer buf
         1: .line 125
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Synthetic.length:I
            ifle 3
         2: .line 126
            aload 1 /* buf */
            new java.lang.StringBuilder
            dup
            ldc " "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Synthetic.bytes:[B
            invokestatic com.sun.org.apache.bcel.internal.classfile.Utility.toHexString:([B)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 128
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            aload 1 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer buf
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Synthetic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/bcel/internal/classfile/Synthetic;
            1    4     1   buf  Ljava/lang/StringBuffer;

  public com.sun.org.apache.bcel.internal.classfile.Attribute copy(com.sun.org.apache.bcel.internal.classfile.ConstantPool);
    descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.Synthetic this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
         0: .line 135
            aload 0 /* this */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.Synthetic.clone:()Ljava/lang/Object;
            checkcast com.sun.org.apache.bcel.internal.classfile.Synthetic
            astore 2 /* c */
        start local 2 // com.sun.org.apache.bcel.internal.classfile.Synthetic c
         1: .line 137
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Synthetic.bytes:[B
            ifnull 3
         2: .line 138
            aload 2 /* c */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.Synthetic.bytes:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            putfield com.sun.org.apache.bcel.internal.classfile.Synthetic.bytes:[B
         3: .line 140
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.Synthetic
      StackMap stack:
            aload 2 /* c */
            aload 1 /* constant_pool */
            putfield com.sun.org.apache.bcel.internal.classfile.Synthetic.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
         4: .line 141
            aload 2 /* c */
            areturn
        end local 2 // com.sun.org.apache.bcel.internal.classfile.Synthetic c
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
        end local 0 // com.sun.org.apache.bcel.internal.classfile.Synthetic this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/sun/org/apache/bcel/internal/classfile/Synthetic;
            0    5     1  constant_pool  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            1    5     2              c  Lcom/sun/org/apache/bcel/internal/classfile/Synthetic;
    MethodParameters:
               Name  Flags
      constant_pool  
}
SourceFile: "Synthetic.java"