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
-
Field Summary
Modifier and TypeFieldDescriptionint
int
short
int
-
Constructor Summary
ConstructorDescriptionCliImplMapRow
(short mappingFlags, int memberForwardedIndex, int importNameIndex, int importScopeIndex) -
Method Summary
Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
getRepresentation, getShortRepresentation, getShortRepresentation
-
Field Details
-
mappingFlags
public short mappingFlags -
memberForwardedIndex
public int memberForwardedIndex -
importNameIndex
public int importNameIndex -
importScopeIndex
public int importScopeIndex
-
-
Constructor Details
-
CliImplMapRow
public CliImplMapRow(short mappingFlags, int memberForwardedIndex, int importNameIndex, int importScopeIndex)
-
-
Method Details
-
getRepresentation
- Specified by:
getRepresentation
in interfaceCliRepresentable
- Specified by:
getRepresentation
in classCliAbstractTableRow
-