Class CliTableField.CliFieldRow
java.lang.Object
ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
ghidra.app.util.bin.format.pe.cli.tables.CliTableField.CliFieldRow
- All Implemented Interfaces:
CliRepresentable
- Enclosing class:
CliTableField
-
Field Summary
Modifier and TypeFieldDescriptionshort
int
int
static final int
int
-
Constructor Summary
-
Method Summary
Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
getRepresentation, getShortRepresentation, getShortRepresentation
-
Field Details
-
flags
public short flags -
nameIndex
public int nameIndex -
sigIndex
public int sigIndex -
TYPEDEF_OWNER_INIT_VALUE
public static final int TYPEDEF_OWNER_INIT_VALUE- See Also:
-
typeDefOwnerIndex
public int typeDefOwnerIndex
-
-
Constructor Details
-
CliFieldRow
public CliFieldRow(short flags, int nameIndex, int sigIndex)
-
-
Method Details
-
getRepresentation
- Specified by:
getRepresentation
in interfaceCliRepresentable
- Specified by:
getRepresentation
in classCliAbstractTableRow
-