Top Description Methods
sun.jvm.hotspot.debugger.win32.coff

public Interface DebugVC50Subsection

Known Direct Subinterfaces
sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSMPC, sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSAlignSym, sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSFileIndex, sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSGlobalTypes, sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSLibraries, sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSModule, sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSOffsetMap16, sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSOffsetMap32, sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSPreComp, sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSPublic, sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSPublicSym, sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSSegMap, sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSSegName, sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSSrcLnSeg, sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSSrcModule, sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSSymbolBase, sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSSymbols, sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSTypes
Known Direct Implementers
sun.jvm.hotspot.debugger.win32.coff.COFFFileParser.COFFFileImpl.COFFHeaderImpl.DebugVC50Impl.DebugVC50SubsectionImpl

Base class for subsections in Visual C++ 5.0 debug information.

Method Summary

Modifier and TypeMethod and Description
public short
getSubsectionModuleIndex()

Returns module index associated with this subsection.

public int
getSubsectionSize()

Number of bytes in subsection.

public short

Method Detail

getSubsectionModuleIndexback to summary
public short getSubsectionModuleIndex()

Returns module index associated with this subsection. This number is 1 based and zero is never a valid index. The index 0xffff is reserved for tables that are not associated with a specific module. These tables include sstLibraries, sstGlobalSym, sstGlobalPub and sstGlobalTypes.

getSubsectionSizeback to summary
public int getSubsectionSize()

Number of bytes in subsection.

getSubsectionTypeback to summary
public short getSubsectionType()

Returns type of this subsection; see sun.jvm.hotspot.debugger.win32.coff.DebugVC50SubsectionTypes.