Package ghidra.util.table.field
Class ReferenceEndpoint
- java.lang.Object
- 
- ghidra.util.table.field.ReferenceEndpoint
 
- 
- Direct Known Subclasses:
- IncomingReferenceEndpoint,- OutgoingReferenceEndpoint
 
 public abstract class ReferenceEndpoint extends java.lang.ObjectAn object that is one end of aReference. 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 SummaryConstructors Modifier Constructor Description protectedReferenceEndpoint(Reference reference, Address address, RefType refType, boolean isOffcut, SourceType source)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressgetAddress()ReferencegetReference()RefTypegetReferenceType()SourceTypegetSource()booleanisOffcut()
 
- 
- 
- 
Constructor Detail- 
ReferenceEndpointprotected ReferenceEndpoint(Reference reference, Address address, RefType refType, boolean isOffcut, SourceType source) 
 
- 
 - 
Method Detail- 
getAddresspublic Address getAddress() 
 - 
getReferencepublic Reference getReference() 
 - 
isOffcutpublic boolean isOffcut() 
 - 
getReferenceTypepublic RefType getReferenceType() 
 - 
getSourcepublic SourceType getSource() 
 
- 
 
-