Class CliTableTypeDef.CliTypeDefRow

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

public class CliTableTypeDef.CliTypeDefRow extends CliAbstractTableRow
  • Field Details

    • flags

      public int flags
    • typeNameIndex

      public int typeNameIndex
    • typeNamespaceIndex

      public int typeNamespaceIndex
    • extendsIndex

      public int extendsIndex
    • fieldListIndex

      public int fieldListIndex
    • methodListIndex

      public int methodListIndex
  • Constructor Details

    • CliTypeDefRow

      public CliTypeDefRow(int flags, int typeNameIndex, int typeNamespaceIndex, int extendsIndex, int fieldListIndex, int methodListIndex)
  • Method Details