Package ghidra.util.table.field
Class ReferenceEndpoint
java.lang.Object
ghidra.util.table.field.ReferenceEndpoint
- Direct Known Subclasses:
IncomingReferenceEndpoint
,OutgoingReferenceEndpoint
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 Summary
ModifierConstructorDescriptionprotected
ReferenceEndpoint
(Reference reference, Address address, RefType refType, boolean isOffcut, SourceType source) -
Method Summary
-
Constructor Details
-
ReferenceEndpoint
protected ReferenceEndpoint(Reference reference, Address address, RefType refType, boolean isOffcut, SourceType source)
-
-
Method Details
-
getAddress
-
getReference
-
isOffcut
public boolean isOffcut() -
getReferenceType
-
getSource
-