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
public class CliTableMethodDef.CliMethodDefRow extends CliAbstractTableRow
-
-
Constructor Summary
Constructors Constructor Description CliMethodDefRow(int rva, short implFlags, short flags, int nameIndex, int sigIndex, int paramIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRepresentation()
java.lang.String
getRepresentation(CliStreamMetadata stream)
-
Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
getShortRepresentation, getShortRepresentation
-
-
-
-
Method Detail
-
getRepresentation
public java.lang.String getRepresentation()
- Specified by:
getRepresentation
in interfaceCliRepresentable
- Specified by:
getRepresentation
in classCliAbstractTableRow
-
getRepresentation
public java.lang.String getRepresentation(CliStreamMetadata stream)
- Specified by:
getRepresentation
in interfaceCliRepresentable
- Overrides:
getRepresentation
in classCliAbstractTableRow
-
-