public interface sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase
  super_class: java.lang.Object
{
  public abstract sun.jvm.hotspot.debugger.cdbg.Type lookupType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/debugger/cdbg/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      name  

  public abstract sun.jvm.hotspot.debugger.cdbg.Type lookupType(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Lsun/jvm/hotspot/debugger/cdbg/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      name          
      cvAttributes  

  public abstract void iterate(sun.jvm.hotspot.debugger.cdbg.TypeVisitor);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/TypeVisitor;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      t     

  public abstract sun.jvm.hotspot.debugger.cdbg.BlockSym debugInfoForPC(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/BlockSym;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      pc    

  public abstract sun.jvm.hotspot.debugger.cdbg.GlobalSym lookupSym(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/debugger/cdbg/GlobalSym;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      name  

  public abstract sun.jvm.hotspot.debugger.cdbg.LineNumberInfo lineNumberForPC(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/LineNumberInfo;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
      Name  Flags
      pc    

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