public class com.sun.tools.jdi.LocalVariableImpl extends com.sun.tools.jdi.MirrorImpl implements com.sun.jdi.LocalVariable, com.sun.tools.jdi.ValueContainer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.jdi.LocalVariableImpl
  super_class: com.sun.tools.jdi.MirrorImpl
{
  private final com.sun.jdi.Method method;
    descriptor: Lcom/sun/jdi/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int slot;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.jdi.Location scopeStart;
    descriptor: Lcom/sun/jdi/Location;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.jdi.Location scopeEnd;
    descriptor: Lcom/sun/jdi/Location;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String signature;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.String genericSignature;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.sun.jdi.VirtualMachine, com.sun.jdi.Method, int, com.sun.jdi.Location, com.sun.jdi.Location, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Lcom/sun/jdi/VirtualMachine;Lcom/sun/jdi/Method;ILcom/sun/jdi/Location;Lcom/sun/jdi/Location;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=9, args_size=9
        start local 0 // com.sun.tools.jdi.LocalVariableImpl this
        start local 1 // com.sun.jdi.VirtualMachine vm
        start local 2 // com.sun.jdi.Method method
        start local 3 // int slot
        start local 4 // com.sun.jdi.Location scopeStart
        start local 5 // com.sun.jdi.Location scopeEnd
        start local 6 // java.lang.String name
        start local 7 // java.lang.String signature
        start local 8 // java.lang.String genericSignature
         0: .line 53
            aload 0 /* this */
            aload 1 /* vm */
            invokespecial com.sun.tools.jdi.MirrorImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
         1: .line 47
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.LocalVariableImpl.genericSignature:Ljava/lang/String;
         2: .line 54
            aload 0 /* this */
            aload 2 /* method */
            putfield com.sun.tools.jdi.LocalVariableImpl.method:Lcom/sun/jdi/Method;
         3: .line 55
            aload 0 /* this */
            iload 3 /* slot */
            putfield com.sun.tools.jdi.LocalVariableImpl.slot:I
         4: .line 56
            aload 0 /* this */
            aload 4 /* scopeStart */
            putfield com.sun.tools.jdi.LocalVariableImpl.scopeStart:Lcom/sun/jdi/Location;
         5: .line 57
            aload 0 /* this */
            aload 5 /* scopeEnd */
            putfield com.sun.tools.jdi.LocalVariableImpl.scopeEnd:Lcom/sun/jdi/Location;
         6: .line 58
            aload 0 /* this */
            aload 6 /* name */
            putfield com.sun.tools.jdi.LocalVariableImpl.name:Ljava/lang/String;
         7: .line 59
            aload 0 /* this */
            aload 7 /* signature */
            putfield com.sun.tools.jdi.LocalVariableImpl.signature:Ljava/lang/String;
         8: .line 60
            aload 8 /* genericSignature */
            ifnull 11
            aload 8 /* genericSignature */
            invokevirtual java.lang.String.length:()I
            ifle 11
         9: .line 61
            aload 0 /* this */
            aload 8 /* genericSignature */
            putfield com.sun.tools.jdi.LocalVariableImpl.genericSignature:Ljava/lang/String;
        10: .line 62
            goto 12
        11: .line 64
      StackMap locals: com.sun.tools.jdi.LocalVariableImpl com.sun.jdi.VirtualMachine com.sun.jdi.Method int com.sun.jdi.Location com.sun.jdi.Location java.lang.String java.lang.String java.lang.String
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.LocalVariableImpl.genericSignature:Ljava/lang/String;
        12: .line 66
      StackMap locals:
      StackMap stack:
            return
        end local 8 // java.lang.String genericSignature
        end local 7 // java.lang.String signature
        end local 6 // java.lang.String name
        end local 5 // com.sun.jdi.Location scopeEnd
        end local 4 // com.sun.jdi.Location scopeStart
        end local 3 // int slot
        end local 2 // com.sun.jdi.Method method
        end local 1 // com.sun.jdi.VirtualMachine vm
        end local 0 // com.sun.tools.jdi.LocalVariableImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   13     0              this  Lcom/sun/tools/jdi/LocalVariableImpl;
            0   13     1                vm  Lcom/sun/jdi/VirtualMachine;
            0   13     2            method  Lcom/sun/jdi/Method;
            0   13     3              slot  I
            0   13     4        scopeStart  Lcom/sun/jdi/Location;
            0   13     5          scopeEnd  Lcom/sun/jdi/Location;
            0   13     6              name  Ljava/lang/String;
            0   13     7         signature  Ljava/lang/String;
            0   13     8  genericSignature  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      vm                
      method            
      slot              
      scopeStart        
      scopeEnd          
      name              
      signature         
      genericSignature  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.LocalVariableImpl this
        start local 1 // java.lang.Object obj
         0: .line 69
            aload 1 /* obj */
            ifnull 8
            aload 1 /* obj */
            instanceof com.sun.tools.jdi.LocalVariableImpl
            ifeq 8
         1: .line 70
            aload 1 /* obj */
            checkcast com.sun.tools.jdi.LocalVariableImpl
            astore 2 /* other */
        start local 2 // com.sun.tools.jdi.LocalVariableImpl other
         2: .line 71
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.LocalVariableImpl.slot:()I
            aload 2 /* other */
            invokevirtual com.sun.tools.jdi.LocalVariableImpl.slot:()I
            if_icmpne 7
         3: .line 72
            aload 0 /* this */
            getfield com.sun.tools.jdi.LocalVariableImpl.scopeStart:Lcom/sun/jdi/Location;
            ifnull 7
         4: .line 73
            aload 0 /* this */
            getfield com.sun.tools.jdi.LocalVariableImpl.scopeStart:Lcom/sun/jdi/Location;
            aload 2 /* other */
            getfield com.sun.tools.jdi.LocalVariableImpl.scopeStart:Lcom/sun/jdi/Location;
            invokeinterface com.sun.jdi.Location.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 74
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial com.sun.tools.jdi.MirrorImpl.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 71
            iconst_1
            ireturn
      StackMap locals: com.sun.tools.jdi.LocalVariableImpl
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // com.sun.tools.jdi.LocalVariableImpl other
         8: .line 76
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.tools.jdi.LocalVariableImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/sun/tools/jdi/LocalVariableImpl;
            0    9     1    obj  Ljava/lang/Object;
            2    8     2  other  Lcom/sun/tools/jdi/LocalVariableImpl;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.LocalVariableImpl this
         0: .line 84
            aload 0 /* this */
            getfield com.sun.tools.jdi.LocalVariableImpl.scopeStart:Lcom/sun/jdi/Location;
            invokeinterface com.sun.jdi.Location.hashCode:()I
            iconst_4
            ishl
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.LocalVariableImpl.slot:()I
            iadd
            ireturn
        end local 0 // com.sun.tools.jdi.LocalVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/LocalVariableImpl;

  public int compareTo(com.sun.jdi.LocalVariable);
    descriptor: (Lcom/sun/jdi/LocalVariable;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.tools.jdi.LocalVariableImpl this
        start local 1 // com.sun.jdi.LocalVariable object
         0: .line 88
            aload 1 /* object */
            checkcast com.sun.tools.jdi.LocalVariableImpl
            astore 2 /* other */
        start local 2 // com.sun.tools.jdi.LocalVariableImpl other
         1: .line 90
            aload 0 /* this */
            getfield com.sun.tools.jdi.LocalVariableImpl.scopeStart:Lcom/sun/jdi/Location;
            aload 2 /* other */
            getfield com.sun.tools.jdi.LocalVariableImpl.scopeStart:Lcom/sun/jdi/Location;
            invokeinterface com.sun.jdi.Location.compareTo:(Ljava/lang/Object;)I
            istore 3 /* rc */
        start local 3 // int rc
         2: .line 91
            iload 3 /* rc */
            ifne 4
         3: .line 92
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.LocalVariableImpl.slot:()I
            aload 2 /* other */
            invokevirtual com.sun.tools.jdi.LocalVariableImpl.slot:()I
            isub
            istore 3 /* rc */
         4: .line 94
      StackMap locals: com.sun.tools.jdi.LocalVariableImpl int
      StackMap stack:
            iload 3 /* rc */
            ireturn
        end local 3 // int rc
        end local 2 // com.sun.tools.jdi.LocalVariableImpl other
        end local 1 // com.sun.jdi.LocalVariable object
        end local 0 // com.sun.tools.jdi.LocalVariableImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/tools/jdi/LocalVariableImpl;
            0    5     1  object  Lcom/sun/jdi/LocalVariable;
            1    5     2   other  Lcom/sun/tools/jdi/LocalVariableImpl;
            2    5     3      rc  I
    MethodParameters:
        Name  Flags
      object  

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.LocalVariableImpl this
         0: .line 98
            aload 0 /* this */
            getfield com.sun.tools.jdi.LocalVariableImpl.name:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.LocalVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/LocalVariableImpl;

  public java.lang.String typeName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.LocalVariableImpl this
         0: .line 106
            new com.sun.tools.jdi.JNITypeParser
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.LocalVariableImpl.signature:Ljava/lang/String;
            invokespecial com.sun.tools.jdi.JNITypeParser.<init>:(Ljava/lang/String;)V
            astore 1 /* parser */
        start local 1 // com.sun.tools.jdi.JNITypeParser parser
         1: .line 107
            aload 1 /* parser */
            invokevirtual com.sun.tools.jdi.JNITypeParser.typeName:()Ljava/lang/String;
            areturn
        end local 1 // com.sun.tools.jdi.JNITypeParser parser
        end local 0 // com.sun.tools.jdi.LocalVariableImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/tools/jdi/LocalVariableImpl;
            1    2     1  parser  Lcom/sun/tools/jdi/JNITypeParser;

  public com.sun.jdi.Type type();
    descriptor: ()Lcom/sun/jdi/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.LocalVariableImpl this
         0: .line 111
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.LocalVariableImpl.signature:()Ljava/lang/String;
            invokevirtual com.sun.tools.jdi.LocalVariableImpl.findType:(Ljava/lang/String;)Lcom/sun/jdi/Type;
            areturn
        end local 0 // com.sun.tools.jdi.LocalVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/LocalVariableImpl;
    Exceptions:
      throws com.sun.jdi.ClassNotLoadedException

  public com.sun.jdi.Type findType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/jdi/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.LocalVariableImpl this
        start local 1 // java.lang.String signature
         0: .line 115
            aload 0 /* this */
            getfield com.sun.tools.jdi.LocalVariableImpl.method:Lcom/sun/jdi/Method;
            invokeinterface com.sun.jdi.Method.declaringType:()Lcom/sun/jdi/ReferenceType;
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
            astore 2 /* enclosing */
        start local 2 // com.sun.tools.jdi.ReferenceTypeImpl enclosing
         1: .line 116
            aload 2 /* enclosing */
            aload 1 /* signature */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.findType:(Ljava/lang/String;)Lcom/sun/jdi/Type;
            areturn
        end local 2 // com.sun.tools.jdi.ReferenceTypeImpl enclosing
        end local 1 // java.lang.String signature
        end local 0 // com.sun.tools.jdi.LocalVariableImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/tools/jdi/LocalVariableImpl;
            0    2     1  signature  Ljava/lang/String;
            1    2     2  enclosing  Lcom/sun/tools/jdi/ReferenceTypeImpl;
    Exceptions:
      throws com.sun.jdi.ClassNotLoadedException
    MethodParameters:
           Name  Flags
      signature  

  public java.lang.String signature();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.LocalVariableImpl this
         0: .line 120
            aload 0 /* this */
            getfield com.sun.tools.jdi.LocalVariableImpl.signature:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.LocalVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/LocalVariableImpl;

  public java.lang.String genericSignature();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.LocalVariableImpl this
         0: .line 124
            aload 0 /* this */
            getfield com.sun.tools.jdi.LocalVariableImpl.genericSignature:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.LocalVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/LocalVariableImpl;

  public boolean isVisible(com.sun.jdi.StackFrame);
    descriptor: (Lcom/sun/jdi/StackFrame;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.LocalVariableImpl this
        start local 1 // com.sun.jdi.StackFrame frame
         0: .line 128
            aload 0 /* this */
            aload 1 /* frame */
            invokevirtual com.sun.tools.jdi.LocalVariableImpl.validateMirror:(Lcom/sun/jdi/Mirror;)V
         1: .line 129
            aload 1 /* frame */
            invokeinterface com.sun.jdi.StackFrame.location:()Lcom/sun/jdi/Location;
            invokeinterface com.sun.jdi.Location.method:()Lcom/sun/jdi/Method;
            astore 2 /* frameMethod */
        start local 2 // com.sun.jdi.Method frameMethod
         2: .line 131
            aload 2 /* frameMethod */
            aload 0 /* this */
            getfield com.sun.tools.jdi.LocalVariableImpl.method:Lcom/sun/jdi/Method;
            invokeinterface com.sun.jdi.Method.equals:(Ljava/lang/Object;)Z
            ifne 6
         3: .line 132
            new java.lang.IllegalArgumentException
            dup
         4: .line 133
            ldc "frame method different than variable's method"
         5: .line 132
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 139
      StackMap locals: com.sun.jdi.Method
      StackMap stack:
            aload 2 /* frameMethod */
            invokeinterface com.sun.jdi.Method.isNative:()Z
            ifeq 8
         7: .line 140
            iconst_0
            ireturn
         8: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.LocalVariableImpl.scopeStart:Lcom/sun/jdi/Location;
            aload 1 /* frame */
            invokeinterface com.sun.jdi.StackFrame.location:()Lcom/sun/jdi/Location;
            invokeinterface com.sun.jdi.Location.compareTo:(Ljava/lang/Object;)I
            ifgt 11
         9: .line 144
            aload 0 /* this */
            getfield com.sun.tools.jdi.LocalVariableImpl.scopeEnd:Lcom/sun/jdi/Location;
            aload 1 /* frame */
            invokeinterface com.sun.jdi.StackFrame.location:()Lcom/sun/jdi/Location;
            invokeinterface com.sun.jdi.Location.compareTo:(Ljava/lang/Object;)I
        10: .line 143
            iflt 11
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        11: iconst_0
            ireturn
        end local 2 // com.sun.jdi.Method frameMethod
        end local 1 // com.sun.jdi.StackFrame frame
        end local 0 // com.sun.tools.jdi.LocalVariableImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lcom/sun/tools/jdi/LocalVariableImpl;
            0   12     1        frame  Lcom/sun/jdi/StackFrame;
            2   12     2  frameMethod  Lcom/sun/jdi/Method;
    MethodParameters:
       Name  Flags
      frame  

  public boolean isArgument();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.LocalVariableImpl this
         0: .line 149
            aload 0 /* this */
            getfield com.sun.tools.jdi.LocalVariableImpl.scopeStart:Lcom/sun/jdi/Location;
            invokeinterface com.sun.jdi.Location.method:()Lcom/sun/jdi/Method;
            checkcast com.sun.tools.jdi.MethodImpl
            astore 1 /* method */
        start local 1 // com.sun.tools.jdi.MethodImpl method
         1: .line 150
            aload 0 /* this */
            getfield com.sun.tools.jdi.LocalVariableImpl.slot:I
            aload 1 /* method */
            invokevirtual com.sun.tools.jdi.MethodImpl.argSlotCount:()I
            if_icmpge 2
            iconst_1
            ireturn
      StackMap locals: com.sun.tools.jdi.MethodImpl
      StackMap stack:
         2: iconst_0
         3: ireturn
        end local 1 // com.sun.tools.jdi.MethodImpl method
         4: .line 151
      StackMap locals: com.sun.tools.jdi.LocalVariableImpl
      StackMap stack: com.sun.jdi.AbsentInformationException
            pop
         5: .line 153
            new com.sun.jdi.InternalException
            dup
            invokespecial com.sun.jdi.InternalException.<init>:()V
            athrow
        end local 0 // com.sun.tools.jdi.LocalVariableImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/tools/jdi/LocalVariableImpl;
            1    4     1  method  Lcom/sun/tools/jdi/MethodImpl;
      Exception table:
        from    to  target  type
           0     3       4  Class com.sun.jdi.AbsentInformationException

  int slot();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.LocalVariableImpl this
         0: .line 158
            aload 0 /* this */
            getfield com.sun.tools.jdi.LocalVariableImpl.slot:I
            ireturn
        end local 0 // com.sun.tools.jdi.LocalVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/LocalVariableImpl;

  boolean hides(com.sun.jdi.LocalVariable);
    descriptor: (Lcom/sun/jdi/LocalVariable;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.LocalVariableImpl this
        start local 1 // com.sun.jdi.LocalVariable other
         0: .line 174
            aload 1 /* other */
            checkcast com.sun.tools.jdi.LocalVariableImpl
            astore 2 /* otherImpl */
        start local 2 // com.sun.tools.jdi.LocalVariableImpl otherImpl
         1: .line 175
            aload 0 /* this */
            getfield com.sun.tools.jdi.LocalVariableImpl.method:Lcom/sun/jdi/Method;
            aload 2 /* otherImpl */
            getfield com.sun.tools.jdi.LocalVariableImpl.method:Lcom/sun/jdi/Method;
            invokeinterface com.sun.jdi.Method.equals:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 176
            aload 0 /* this */
            getfield com.sun.tools.jdi.LocalVariableImpl.name:Ljava/lang/String;
            aload 2 /* otherImpl */
            getfield com.sun.tools.jdi.LocalVariableImpl.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 177
      StackMap locals: com.sun.tools.jdi.LocalVariableImpl
      StackMap stack:
            iconst_0
            ireturn
         4: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.LocalVariableImpl.scopeStart:Lcom/sun/jdi/Location;
            aload 2 /* otherImpl */
            getfield com.sun.tools.jdi.LocalVariableImpl.scopeStart:Lcom/sun/jdi/Location;
            invokeinterface com.sun.jdi.Location.compareTo:(Ljava/lang/Object;)I
            ifle 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // com.sun.tools.jdi.LocalVariableImpl otherImpl
        end local 1 // com.sun.jdi.LocalVariable other
        end local 0 // com.sun.tools.jdi.LocalVariableImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/sun/tools/jdi/LocalVariableImpl;
            0    6     1      other  Lcom/sun/jdi/LocalVariable;
            1    6     2  otherImpl  Lcom/sun/tools/jdi/LocalVariableImpl;
    MethodParameters:
       Name  Flags
      other  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.LocalVariableImpl this
         0: .line 184
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.LocalVariableImpl.name:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " in "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.tools.jdi.LocalVariableImpl.method:Lcom/sun/jdi/Method;
            invokeinterface com.sun.jdi.Method.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 185
            ldc "@"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.tools.jdi.LocalVariableImpl.scopeStart:Lcom/sun/jdi/Location;
            invokeinterface com.sun.jdi.Location.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 184
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.LocalVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/LocalVariableImpl;

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.sun.jdi.LocalVariable
            invokevirtual com.sun.tools.jdi.LocalVariableImpl.compareTo:(Lcom/sun/jdi/LocalVariable;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.jdi.VirtualMachine virtualMachine();
    descriptor: ()Lcom/sun/jdi/VirtualMachine;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.sun.tools.jdi.MirrorImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "LocalVariableImpl.java"