Class CliTableConstant.CliConstantRow
java.lang.Object
ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
ghidra.app.util.bin.format.pe.cli.tables.CliTableConstant.CliConstantRow
- All Implemented Interfaces:
CliRepresentable
- Enclosing class:
CliTableConstant
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
getRepresentation, getShortRepresentation, getShortRepresentation
-
Field Details
-
type
public byte type -
reserved
public byte reserved -
parentIndex
public int parentIndex -
valueIndex
public int valueIndex
-
-
Constructor Details
-
CliConstantRow
public CliConstantRow(byte type, byte reserved, int parentIndex, int valueIndex)
-
-
Method Details
-
getRepresentation
- Specified by:
getRepresentation
in interfaceCliRepresentable
- Specified by:
getRepresentation
in classCliAbstractTableRow
-