public interface sun.jvm.hotspot.debugger.win32.coff.OptionalHeaderDataDirectories
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: sun.jvm.hotspot.debugger.win32.coff.OptionalHeaderDataDirectories
  super_class: java.lang.Object
{
  public abstract sun.jvm.hotspot.debugger.win32.coff.DataDirectory getExportTable();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/DataDirectory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.win32.coff.COFFException

  public abstract sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable getExportDirectoryTable();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.win32.coff.COFFException

  public abstract sun.jvm.hotspot.debugger.win32.coff.DataDirectory getImportTable();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/DataDirectory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.win32.coff.COFFException

  public abstract sun.jvm.hotspot.debugger.win32.coff.DataDirectory getResourceTable();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/DataDirectory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.win32.coff.COFFException

  public abstract sun.jvm.hotspot.debugger.win32.coff.DataDirectory getExceptionTable();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/DataDirectory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.win32.coff.COFFException

  public abstract sun.jvm.hotspot.debugger.win32.coff.DataDirectory getCertificateTable();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/DataDirectory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.win32.coff.COFFException

  public abstract sun.jvm.hotspot.debugger.win32.coff.DataDirectory getBaseRelocationTable();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/DataDirectory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.win32.coff.COFFException

  public abstract sun.jvm.hotspot.debugger.win32.coff.DataDirectory getDebug();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/DataDirectory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.win32.coff.COFFException

  public abstract sun.jvm.hotspot.debugger.win32.coff.DebugDirectory getDebugDirectory();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/DebugDirectory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.win32.coff.COFFException

  public abstract sun.jvm.hotspot.debugger.win32.coff.DataDirectory getArchitecture();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/DataDirectory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.win32.coff.COFFException

  public abstract sun.jvm.hotspot.debugger.win32.coff.DataDirectory getGlobalPtr();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/DataDirectory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.win32.coff.COFFException

  public abstract sun.jvm.hotspot.debugger.win32.coff.DataDirectory getTLSTable();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/DataDirectory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.win32.coff.COFFException

  public abstract sun.jvm.hotspot.debugger.win32.coff.DataDirectory getLoadConfigTable();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/DataDirectory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.win32.coff.COFFException

  public abstract sun.jvm.hotspot.debugger.win32.coff.DataDirectory getBoundImportTable();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/DataDirectory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.win32.coff.COFFException

  public abstract sun.jvm.hotspot.debugger.win32.coff.DataDirectory getImportAddressTable();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/DataDirectory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.win32.coff.COFFException

  public abstract sun.jvm.hotspot.debugger.win32.coff.DataDirectory getDelayImportDescriptor();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/DataDirectory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.win32.coff.COFFException

  public abstract sun.jvm.hotspot.debugger.win32.coff.DataDirectory getCOMPlusRuntimeHeader();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/DataDirectory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws sun.jvm.hotspot.debugger.win32.coff.COFFException
}
SourceFile: "OptionalHeaderDataDirectories.java"