Class ProgramColumnConstraintProvider

java.lang.Object
ghidra.base.widgets.table.constraint.provider.ProgramColumnConstraintProvider
All Implemented Interfaces:
ColumnConstraintProvider, ExtensionPoint

public class ProgramColumnConstraintProvider extends Object implements ColumnConstraintProvider
Class for providing Program related column type constraints. Addresses get converted to UnsignedLong (via BigInteger) and many others get converted to Strings. For example, some tables have a column whose type is "Symbol", but the column just displays the symbol's name. So we created a number of "Symbol" constraints, but they are just adapters to the various String constraints.
  • Constructor Details

    • ProgramColumnConstraintProvider

      public ProgramColumnConstraintProvider()
  • Method Details