Class CliTableNestedClass
java.lang.Object
ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTable
ghidra.app.util.bin.format.pe.cli.tables.CliTableNestedClass
- All Implemented Interfaces:
PeMarkupable
,StructConverter
Describes the NestedClass table. Each row is a nested class.
-
Nested Class Summary
-
Field Summary
Fields inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTable
blobs, metadataStream, numRows, PATH, readerOffset, rows, strings, tableType, userStrings
-
Constructor Summary
ConstructorDescriptionCliTableNestedClass
(BinaryReader reader, CliStreamMetadata stream, CliTypeTable tableId) -
Method Summary
Modifier and TypeMethodDescriptionGets the data type of a row in this table.Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTable
getNumRows, getRow, getRowRepresentationSafe, getRowShortRepSafe, getRowSize, getTableSize, getTableType, markup, readBlobIndex, readGuidIndex, readStringIndex, readTableIndex, toDataType, toString
-
Constructor Details
-
CliTableNestedClass
public CliTableNestedClass(BinaryReader reader, CliStreamMetadata stream, CliTypeTable tableId) throws IOException - Throws:
IOException
-
-
Method Details
-
getRowDataType
Description copied from class:CliAbstractTable
Gets the data type of a row in this table.- Specified by:
getRowDataType
in classCliAbstractTable
- Returns:
- The data type of a row in this table.
-