Package ghidra.util.table.field
Class OutgoingReferenceEndpoint
java.lang.Object
ghidra.util.table.field.ReferenceEndpoint
ghidra.util.table.field.OutgoingReferenceEndpoint
Marker row object that signals to the table API that the references contained therein all
share the
from
address, with each row showing the to
address.-
Constructor Summary
ConstructorDescriptionOutgoingReferenceEndpoint
(Reference r, boolean isOffcut) OutgoingReferenceEndpoint
(Reference r, Address toAddress, boolean isOffcut) A special constructor that allows clients to override the 'toAddress' of the reference. -
Method Summary
Methods inherited from class ghidra.util.table.field.ReferenceEndpoint
getAddress, getReference, getReferenceType, getSource, isOffcut
-
Constructor Details
-
OutgoingReferenceEndpoint
-
OutgoingReferenceEndpoint
A special constructor that allows clients to override the 'toAddress' of the reference.- Parameters:
r
- the referencetoAddress
- the desired 'toAddress'isOffcut
- false if the given reference points to the min address of a code unit
-
-
Method Details