Class CliTableModule.CliModuleRow
java.lang.Object
ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
ghidra.app.util.bin.format.pe.cli.tables.CliTableModule.CliModuleRow
- All Implemented Interfaces:
CliRepresentable
- Enclosing class:
CliTableModule
-
Field Summary
Modifier and TypeFieldDescriptionint
int
short
int
int
-
Constructor Summary
ConstructorDescriptionCliModuleRow
(short generation, int nameIndex, int mvIdIndex, int encIdIndex, int encBaseIdIndex) -
Method Summary
Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
getRepresentation, getShortRepresentation
-
Field Details
-
generation
public short generation -
nameIndex
public int nameIndex -
mvIdIndex
public int mvIdIndex -
encIdIndex
public int encIdIndex -
encBaseIdIndex
public int encBaseIdIndex
-
-
Constructor Details
-
CliModuleRow
public CliModuleRow(short generation, int nameIndex, int mvIdIndex, int encIdIndex, int encBaseIdIndex)
-
-
Method Details
-
getRepresentation
- Specified by:
getRepresentation
in interfaceCliRepresentable
- Specified by:
getRepresentation
in classCliAbstractTableRow
-
getShortRepresentation
- Specified by:
getShortRepresentation
in interfaceCliRepresentable
- Overrides:
getShortRepresentation
in classCliAbstractTableRow
-