public interface sun.jvm.hotspot.debugger.cdbg.CFrame
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: sun.jvm.hotspot.debugger.cdbg.CFrame
  super_class: java.lang.Object
{
  public abstract sun.jvm.hotspot.debugger.cdbg.CFrame sender(sun.jvm.hotspot.debugger.ThreadProxy);
    descriptor: (Lsun/jvm/hotspot/debugger/ThreadProxy;)Lsun/jvm/hotspot/debugger/cdbg/CFrame;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      th    

  public abstract sun.jvm.hotspot.debugger.Address pc();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.jvm.hotspot.debugger.cdbg.LoadObject loadObjectForPC();
    descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/LoadObject;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.jvm.hotspot.debugger.cdbg.BlockSym blockForPC();
    descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/BlockSym;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.jvm.hotspot.debugger.cdbg.ClosestSymbol closestSymbolToPC();
    descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/ClosestSymbol;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.jvm.hotspot.debugger.Address localVariableBase();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void iterateLocals(sun.jvm.hotspot.debugger.cdbg.ObjectVisitor);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/ObjectVisitor;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      v     
}
SourceFile: "CFrame.java"