Class CliTableMethodDef.CliMethodDefRow
java.lang.Object
ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
ghidra.app.util.bin.format.pe.cli.tables.CliTableMethodDef.CliMethodDefRow
- All Implemented Interfaces:
CliRepresentable
- Enclosing class:
CliTableMethodDef
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCliMethodDefRow
(int rva, short implFlags, short flags, int nameIndex, int sigIndex, int paramIndex) -
Method Summary
Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
getShortRepresentation, getShortRepresentation
-
Field Details
-
RVA
public int RVA -
ImplFlags
public short ImplFlags -
Flags
public short Flags -
nameIndex
public int nameIndex -
sigIndex
public int sigIndex
-
-
Constructor Details
-
CliMethodDefRow
public CliMethodDefRow(int rva, short implFlags, short flags, int nameIndex, int sigIndex, int paramIndex)
-
-
Method Details
-
getRepresentation
- Specified by:
getRepresentation
in interfaceCliRepresentable
- Specified by:
getRepresentation
in classCliAbstractTableRow
-
getRepresentation
- Specified by:
getRepresentation
in interfaceCliRepresentable
- Overrides:
getRepresentation
in classCliAbstractTableRow
-