Class CliTableMethodDef

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

public class CliTableMethodDef extends CliAbstractTable
Describes the MethodDef table. Each row represents a method in a specific class. Each row is stored one after the other grouped by class. References to the MethodDef table are coded to indicate where the methods for a class start and end.