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

public Interface DebugVC50SSSegName

extends DebugVC50Subsection
Known Direct Implementers
sun.jvm.hotspot.debugger.win32.coff.COFFFileParser.COFFFileImpl.COFFHeaderImpl.DebugVC50Impl.DebugVC50SSSegNameImpl

Models the "sstSegName" subsection in Visual C++ 5.0 debug information. This subsection contains all of the logical segment and class names. The table is an array of zero-terminated strings. Each string is indexed by its beginning from the start of the table. See sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSSegMap. (Some of the descriptions are taken directly from Microsoft's documentation and are copyrighted by Microsoft.)

Method Summary

Modifier and TypeMethod and Description
public String
getSegName(int i)

Indexed by (0..DebugVC50SSSegMap.getNumSegDesc() - 1)

Inherited from sun.jvm.hotspot.debugger.win32.coff.DebugVC50Subsection:
getSubsectionModuleIndexgetSubsectionSizegetSubsectionType

Method Detail

getSegNameback to summary
public String getSegName(int i)

Indexed by (0..DebugVC50SSSegMap.getNumSegDesc() - 1)