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