Package ghidra.app.services
Class DataTypeReference
- java.lang.Object
- 
- ghidra.app.services.DataTypeReference
 
- 
 public class DataTypeReference extends java.lang.ObjectA container class to hold information about a location that references aDataType.
- 
- 
Constructor SummaryConstructors Constructor Description DataTypeReference(DataType dataType, java.lang.String fieldName, Function function, Address address, ghidra.app.plugin.core.navigation.locationreferences.LocationReferenceContext context)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)AddressgetAddress()ghidra.app.plugin.core.navigation.locationreferences.LocationReferenceContextgetContext()DataTypegetDataType()FunctiongetFunction()inthashCode()java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
getDataTypepublic DataType getDataType() 
 - 
getFunctionpublic Function getFunction() 
 - 
getAddresspublic Address getAddress() 
 - 
getContextpublic ghidra.app.plugin.core.navigation.locationreferences.LocationReferenceContext getContext() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-