Class CliTableImplMap.CliImplMapRow
- java.lang.Object
-
- ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
-
- ghidra.app.util.bin.format.pe.cli.tables.CliTableImplMap.CliImplMapRow
-
- All Implemented Interfaces:
CliRepresentable
- Enclosing class:
- CliTableImplMap
public class CliTableImplMap.CliImplMapRow extends CliAbstractTableRow
-
-
Field Summary
Fields Modifier and Type Field Description int
importNameIndex
int
importScopeIndex
short
mappingFlags
int
memberForwardedIndex
-
Constructor Summary
Constructors Constructor Description CliImplMapRow(short mappingFlags, int memberForwardedIndex, int importNameIndex, int importScopeIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRepresentation()
-
Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
getRepresentation, getShortRepresentation, getShortRepresentation
-
-
-
-
Method Detail
-
getRepresentation
public java.lang.String getRepresentation()
- Specified by:
getRepresentation
in interfaceCliRepresentable
- Specified by:
getRepresentation
in classCliAbstractTableRow
-
-