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 shortFlagsshortImplFlagsintnameIndexstatic intNEXT_ROW_PARAM_INIT_VALUEintnextRowParamIndexintRVAintsigIndex
-
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.StringgetRepresentation()java.lang.StringgetRepresentation(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:
getRepresentationin interfaceCliRepresentable- Specified by:
getRepresentationin classCliAbstractTableRow
-
getRepresentation
public java.lang.String getRepresentation(CliStreamMetadata stream)
- Specified by:
getRepresentationin interfaceCliRepresentable- Overrides:
getRepresentationin classCliAbstractTableRow
-
-