Class CliTableEvent.CliEventRow
java.lang.Object
ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
ghidra.app.util.bin.format.pe.cli.tables.CliTableEvent.CliEventRow
- All Implemented Interfaces:
CliRepresentable
- Enclosing class:
CliTableEvent
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
getRepresentation, getShortRepresentation, getShortRepresentation
-
Field Details
-
eventFlags
public short eventFlags -
nameIndex
public int nameIndex -
eventTypeIndex
public int eventTypeIndex
-
-
Constructor Details
-
CliEventRow
public CliEventRow(short eventFlags, int nameIndex, int eventTypeIndex)
-
-
Method Details
-
getRepresentation
- Specified by:
getRepresentation
in interfaceCliRepresentable
- Specified by:
getRepresentation
in classCliAbstractTableRow
-