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
public class CliTableModule.CliModuleRow extends CliAbstractTableRow
-
-
Field Summary
Fields Modifier and Type Field Description intencBaseIdIndexintencIdIndexshortgenerationintmvIdIndexintnameIndex
-
Constructor Summary
Constructors Constructor Description CliModuleRow(short generation, int nameIndex, int mvIdIndex, int encIdIndex, int encBaseIdIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRepresentation()java.lang.StringgetShortRepresentation()-
Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
getRepresentation, getShortRepresentation
-
-
-
-
Method Detail
-
getRepresentation
public java.lang.String getRepresentation()
- Specified by:
getRepresentationin interfaceCliRepresentable- Specified by:
getRepresentationin classCliAbstractTableRow
-
getShortRepresentation
public java.lang.String getShortRepresentation()
- Specified by:
getShortRepresentationin interfaceCliRepresentable- Overrides:
getShortRepresentationin classCliAbstractTableRow
-
-