Class IncomingReferenceEndpoint

java.lang.Object
ghidra.util.table.field.ReferenceEndpoint
ghidra.util.table.field.IncomingReferenceEndpoint

public class IncomingReferenceEndpoint extends ReferenceEndpoint
Marker row object that signals to the table API that the references contained therein all share the to address, with each row showing the from address.
  • Constructor Details

    • IncomingReferenceEndpoint

      public IncomingReferenceEndpoint(Reference r, boolean isOffcut)
  • Method Details