Package ghidra.util.table.field
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 theto
address, with each row showing thefrom
address.
-
-
Constructor Summary
Constructors Constructor Description IncomingReferenceEndpoint(Reference r, boolean isOffcut)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class ghidra.util.table.field.ReferenceEndpoint
getAddress, getReference, getReferenceType, getSource, isOffcut
-
-
-
-
Constructor Detail
-
IncomingReferenceEndpoint
public IncomingReferenceEndpoint(Reference r, boolean isOffcut)
-
-