Class ReferenceEndpoint

java.lang.Object
ghidra.util.table.field.ReferenceEndpoint
Direct Known Subclasses:
IncomingReferenceEndpoint, OutgoingReferenceEndpoint

public abstract class ReferenceEndpoint extends Object
An object that is one end of a Reference. This is used by table models that want to show all references from one location to many other locations or models that wish to show all references to one location from many other locations.
  • Constructor Details

  • Method Details

    • getAddress

      public Address getAddress()
    • getReference

      public Reference getReference()
    • isOffcut

      public boolean isOffcut()
    • getReferenceType

      public RefType getReferenceType()
    • getSource

      public SourceType getSource()