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
-
-
Field Summary
Fields Modifier and Type Field Description short
Flags
short
ImplFlags
int
nameIndex
static int
NEXT_ROW_PARAM_INIT_VALUE
int
nextRowParamIndex
int
RVA
int
sigIndex
-
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
-
-
-
-
Field Detail
-
RVA
public int RVA
-
ImplFlags
public short ImplFlags
-
Flags
public short Flags
-
nameIndex
public int nameIndex
-
sigIndex
public int sigIndex
-
NEXT_ROW_PARAM_INIT_VALUE
public static final int NEXT_ROW_PARAM_INIT_VALUE
- See Also:
- Constant Field Values
-
nextRowParamIndex
public int nextRowParamIndex
-
-
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
-
-