Class CliTableParam.CliParamRow
java.lang.Object
ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
ghidra.app.util.bin.format.pe.cli.tables.CliTableParam.CliParamRow
- All Implemented Interfaces:
CliRepresentable
- Enclosing class:
CliTableParam
-
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 short flags -
sequence
public short sequence -
nameIndex
public int nameIndex
-
-
Constructor Details
-
CliParamRow
public CliParamRow(short flags, short sequence, int nameIndex)
-
-
Method Details
-
getRepresentation
- Specified by:
getRepresentation
in interfaceCliRepresentable
- Specified by:
getRepresentation
in classCliAbstractTableRow
-