Package ghidra.app.services
Class DataTypeReference
java.lang.Object
ghidra.app.services.DataTypeReference
A container class to hold information about a location that references a
DataType.-
Constructor Summary
ConstructorsConstructorDescriptionDataTypeReference(DataType dataType, String fieldName, Function function, Address address, SearchLocationContext context) -
Method Summary
-
Constructor Details
-
DataTypeReference
public DataTypeReference(DataType dataType, String fieldName, Function function, Address address, SearchLocationContext context)
-
-
Method Details