Class CliTableField

java.lang.Object
ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTable
ghidra.app.util.bin.format.pe.cli.tables.CliTableField
All Implemented Interfaces:
PeMarkupable, StructConverter

public class CliTableField extends CliAbstractTable
Describes the Field table. Each row represents a field in a TypeDef class. Fields are stored one after the other, grouped by class. References to the Field table encode where the fields for a class start and end.