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