Class CliTableMethodImpl.CliMethodImplRow
java.lang.Object
ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
ghidra.app.util.bin.format.pe.cli.tables.CliTableMethodImpl.CliMethodImplRow
- All Implemented Interfaces:
CliRepresentable
- Enclosing class:
CliTableMethodImpl
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCliMethodImplRow
(int classIndex, int methodBodyIndex, int methodDeclarationIndex) -
Method Summary
Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
getRepresentation, getShortRepresentation, getShortRepresentation
-
Field Details
-
classIndex
public int classIndex -
methodBodyIndex
public int methodBodyIndex -
methodDeclarationIndex
public int methodDeclarationIndex
-
-
Constructor Details
-
CliMethodImplRow
public CliMethodImplRow(int classIndex, int methodBodyIndex, int methodDeclarationIndex)
-
-
Method Details
-
getRepresentation
- Specified by:
getRepresentation
in interfaceCliRepresentable
- Specified by:
getRepresentation
in classCliAbstractTableRow
-