Class CliTableCustomAttribute.CliCustomAttributeRow

java.lang.Object
ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
ghidra.app.util.bin.format.pe.cli.tables.CliTableCustomAttribute.CliCustomAttributeRow
All Implemented Interfaces:
CliRepresentable
Enclosing class:
CliTableCustomAttribute

public class CliTableCustomAttribute.CliCustomAttributeRow extends CliAbstractTableRow
  • Field Details

    • parentIndex

      public int parentIndex
    • typeIndex

      public int typeIndex
    • valueIndex

      public int valueIndex
  • Constructor Details

    • CliCustomAttributeRow

      public CliCustomAttributeRow(int parentIndex, int typeIndex, int valueIndex)
  • Method Details