public class sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym extends sun.jvm.hotspot.debugger.cdbg.basic.BasicSym implements sun.jvm.hotspot.debugger.cdbg.LocalSym
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym
  super_class: sun.jvm.hotspot.debugger.cdbg.basic.BasicSym
{
  private sun.jvm.hotspot.debugger.cdbg.Type type;
    descriptor: Lsun/jvm/hotspot/debugger/cdbg/Type;
    flags: (0x0002) ACC_PRIVATE

  private long frameOffset;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String, sun.jvm.hotspot.debugger.cdbg.Type, long);
    descriptor: (Ljava/lang/String;Lsun/jvm/hotspot/debugger/cdbg/Type;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym this
        start local 1 // java.lang.String name
        start local 2 // sun.jvm.hotspot.debugger.cdbg.Type type
        start local 3 // long frameOffset
         0: .line 34
            aload 0 /* this */
            aload 1 /* name */
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicSym.<init>:(Ljava/lang/String;)V
         1: .line 35
            aload 0 /* this */
            aload 2 /* type */
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym.type:Lsun/jvm/hotspot/debugger/cdbg/Type;
         2: .line 36
            aload 0 /* this */
            lload 3 /* frameOffset */
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym.frameOffset:J
         3: .line 37
            return
        end local 3 // long frameOffset
        end local 2 // sun.jvm.hotspot.debugger.cdbg.Type type
        end local 1 // java.lang.String name
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLocalSym;
            0    4     1         name  Ljava/lang/String;
            0    4     2         type  Lsun/jvm/hotspot/debugger/cdbg/Type;
            0    4     3  frameOffset  J
    MethodParameters:
             Name  Flags
      name         
      type         
      frameOffset  

  public sun.jvm.hotspot.debugger.cdbg.LocalSym asLocal();
    descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/LocalSym;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym this
         0: .line 39
            aload 0 /* this */
            areturn
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLocalSym;

  public sun.jvm.hotspot.debugger.cdbg.Type getType();
    descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym this
         0: .line 41
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym.type:Lsun/jvm/hotspot/debugger/cdbg/Type;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLocalSym;

  public long getFrameOffset();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym this
         0: .line 42
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym.frameOffset:J
            lreturn
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLocalSym;

  public void resolve(sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase, sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase db
        start local 2 // sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener listener
         0: .line 45
            aload 0 /* this */
            aload 1 /* db */
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym.type:Lsun/jvm/hotspot/debugger/cdbg/Type;
            aload 2 /* listener */
            ldc "resolving type of local"
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.resolveType:(Lsun/jvm/hotspot/debugger/cdbg/Sym;Lsun/jvm/hotspot/debugger/cdbg/Type;Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;Ljava/lang/String;)Lsun/jvm/hotspot/debugger/cdbg/Type;
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym.type:Lsun/jvm/hotspot/debugger/cdbg/Type;
         1: .line 46
            return
        end local 2 // sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener listener
        end local 1 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase db
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLocalSym;
            0    2     1        db  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            0    2     2  listener  Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;
    MethodParameters:
          Name  Flags
      db        
      listener  
}
SourceFile: "BasicLocalSym.java"