public final class com.sun.org.apache.bcel.internal.classfile.LocalVariable implements com.sun.org.apache.bcel.internal.Constants, java.lang.Cloneable, com.sun.org.apache.bcel.internal.classfile.Node, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.apache.bcel.internal.classfile.LocalVariable
  super_class: java.lang.Object
{
  private int start_pc;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int length;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int name_index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int signature_index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool;
    descriptor: Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(com.sun.org.apache.bcel.internal.classfile.LocalVariable);
    descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.LocalVariable c
         0: .line 53
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.LocalVariable.getStartPC:()I
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.LocalVariable.getLength:()I
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.LocalVariable.getNameIndex:()I
         1: .line 54
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.LocalVariable.getSignatureIndex:()I
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.LocalVariable.getIndex:()I
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.LocalVariable.getConstantPool:()Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            invokespecial com.sun.org.apache.bcel.internal.classfile.LocalVariable.<init>:(IIIIILcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
         2: .line 55
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.LocalVariable c
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;
            0    3     1     c  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;
    MethodParameters:
      Name  Flags
      c     

  void <init>(java.io.DataInputStream, com.sun.org.apache.bcel.internal.classfile.ConstantPool);
    descriptor: (Ljava/io/DataInputStream;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
        start local 1 // java.io.DataInputStream file
        start local 2 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
         0: .line 65
            aload 0 /* this */
            aload 1 /* file */
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            aload 1 /* file */
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
         1: .line 66
            aload 1 /* file */
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            aload 1 /* file */
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
         2: .line 67
            aload 1 /* file */
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            aload 2 /* constant_pool */
            invokespecial com.sun.org.apache.bcel.internal.classfile.LocalVariable.<init>:(IIIIILcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
         3: .line 68
            return
        end local 2 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
        end local 1 // java.io.DataInputStream file
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;
            0    4     1           file  Ljava/io/DataInputStream;
            0    4     2  constant_pool  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      file           
      constant_pool  

  public void <init>(int, int, int, int, int, com.sun.org.apache.bcel.internal.classfile.ConstantPool);
    descriptor: (IIIIILcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
        start local 1 // int start_pc
        start local 2 // int length
        start local 3 // int name_index
        start local 4 // int signature_index
        start local 5 // int index
        start local 6 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 82
            aload 0 /* this */
            iload 1 /* start_pc */
            putfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.start_pc:I
         2: .line 83
            aload 0 /* this */
            iload 2 /* length */
            putfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.length:I
         3: .line 84
            aload 0 /* this */
            iload 3 /* name_index */
            putfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.name_index:I
         4: .line 85
            aload 0 /* this */
            iload 4 /* signature_index */
            putfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.signature_index:I
         5: .line 86
            aload 0 /* this */
            iload 5 /* index */
            putfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.index:I
         6: .line 87
            aload 0 /* this */
            aload 6 /* constant_pool */
            putfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
         7: .line 88
            return
        end local 6 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
        end local 5 // int index
        end local 4 // int signature_index
        end local 3 // int name_index
        end local 2 // int length
        end local 1 // int start_pc
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;
            0    8     1         start_pc  I
            0    8     2           length  I
            0    8     3       name_index  I
            0    8     4  signature_index  I
            0    8     5            index  I
            0    8     6    constant_pool  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
    MethodParameters:
                 Name  Flags
      start_pc         
      length           
      name_index       
      signature_index  
      index            
      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.LocalVariable this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.Visitor v
         0: .line 98
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface com.sun.org.apache.bcel.internal.classfile.Visitor.visitLocalVariable:(Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;)V
         1: .line 99
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.Visitor v
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;
            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=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
        start local 1 // java.io.DataOutputStream file
         0: .line 109
            aload 1 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.start_pc:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         1: .line 110
            aload 1 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.length:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         2: .line 111
            aload 1 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.name_index:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         3: .line 112
            aload 1 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.signature_index:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         4: .line 113
            aload 1 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.index:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         5: .line 114
            return
        end local 1 // java.io.DataOutputStream file
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;
            0    6     1  file  Ljava/io/DataOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  

  public final com.sun.org.apache.bcel.internal.classfile.ConstantPool getConstantPool();
    descriptor: ()Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
         0: .line 119
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;

  public final int getLength();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
         0: .line 124
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.length:I
            ireturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;

  public final java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
         0: .line 132
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.name_index:I
            iconst_1
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstant:(IB)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantUtf8
            astore 1 /* c */
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 c
         1: .line 133
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            areturn
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 c
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;
            1    2     1     c  Lcom/sun/org/apache/bcel/internal/classfile/ConstantUtf8;

  public final int getNameIndex();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
         0: .line 139
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.name_index:I
            ireturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;

  public final java.lang.String getSignature();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
         0: .line 146
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.signature_index:I
         1: .line 147
            iconst_1
         2: .line 146
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstant:(IB)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantUtf8
            astore 1 /* c */
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 c
         3: .line 148
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            areturn
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantUtf8 c
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;
            3    4     1     c  Lcom/sun/org/apache/bcel/internal/classfile/ConstantUtf8;

  public final int getSignatureIndex();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
         0: .line 154
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.signature_index:I
            ireturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;

  public final int getIndex();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
         0: .line 159
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.index:I
            ireturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;

  public final int getStartPC();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
         0: .line 164
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.start_pc:I
            ireturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;

  public final void setConstantPool(com.sun.org.apache.bcel.internal.classfile.ConstantPool);
    descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)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.LocalVariable this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
         0: .line 170
            aload 0 /* this */
            aload 1 /* constant_pool */
            putfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
         1: .line 171
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;
            0    2     1  constant_pool  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
    MethodParameters:
               Name  Flags
      constant_pool  

  public final void setLength(int);
    descriptor: (I)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.LocalVariable this
        start local 1 // int length
         0: .line 177
            aload 0 /* this */
            iload 1 /* length */
            putfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.length:I
         1: .line 178
            return
        end local 1 // int length
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;
            0    2     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public final void setNameIndex(int);
    descriptor: (I)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.LocalVariable this
        start local 1 // int name_index
         0: .line 184
            aload 0 /* this */
            iload 1 /* name_index */
            putfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.name_index:I
         1: .line 185
            return
        end local 1 // int name_index
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;
            0    2     1  name_index  I
    MethodParameters:
            Name  Flags
      name_index  

  public final void setSignatureIndex(int);
    descriptor: (I)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.LocalVariable this
        start local 1 // int signature_index
         0: .line 191
            aload 0 /* this */
            iload 1 /* signature_index */
            putfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.signature_index:I
         1: .line 192
            return
        end local 1 // int signature_index
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;
            0    2     1  signature_index  I
    MethodParameters:
                 Name  Flags
      signature_index  

  public final void setIndex(int);
    descriptor: (I)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.LocalVariable this
        start local 1 // int index
         0: .line 197
            aload 0 /* this */
            iload 1 /* index */
            putfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.index:I
            return
        end local 1 // int index
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public final void setStartPC(int);
    descriptor: (I)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.LocalVariable this
        start local 1 // int start_pc
         0: .line 203
            aload 0 /* this */
            iload 1 /* start_pc */
            putfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.start_pc:I
         1: .line 204
            return
        end local 1 // int start_pc
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;
            0    2     1  start_pc  I
    MethodParameters:
          Name  Flags
      start_pc  

  public final java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
         0: .line 210
            aload 0 /* this */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.LocalVariable.getName:()Ljava/lang/String;
            astore 1 /* name */
        start local 1 // java.lang.String name
         1: aload 0 /* this */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.LocalVariable.getSignature:()Ljava/lang/String;
            invokestatic com.sun.org.apache.bcel.internal.classfile.Utility.signatureToString:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* signature */
        start local 2 // java.lang.String signature
         2: .line 212
            new java.lang.StringBuilder
            dup
            ldc "LocalVariable(start_pc = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.start_pc:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", length = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.length:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         3: .line 213
            ldc ", index = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.LocalVariable.index:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* signature */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 212
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.String signature
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;
            1    5     1       name  Ljava/lang/String;
            2    5     2  signature  Ljava/lang/String;

  public com.sun.org.apache.bcel.internal.classfile.LocalVariable copy();
    descriptor: ()Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
         0: .line 221
            aload 0 /* this */
            invokevirtual java.lang.Object.clone:()Ljava/lang/Object;
            checkcast com.sun.org.apache.bcel.internal.classfile.LocalVariable
         1: areturn
         2: .line 222
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            pop
         3: .line 224
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.LocalVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/bcel/internal/classfile/LocalVariable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.CloneNotSupportedException
}
SourceFile: "LocalVariable.java"