Class SearchLocationCreatorContext
java.lang.Object
ghidra.app.util.bin.format.dwarf.external.SearchLocationCreatorContext
Information outside of a location string that might be needed to create a new
SearchLocation
instance.-
Constructor Summary
ConstructorDescriptionSearchLocationCreatorContext
(SearchLocationRegistry registry, Program program) Create a new context object with references to the registry and the current program. -
Method Summary
-
Constructor Details
-
SearchLocationCreatorContext
Create a new context object with references to the registry and the current program.- Parameters:
registry
-SearchLocationRegistry
program
- the currentProgram
-
-
Method Details
-
getRegistry
- Returns:
- the
SearchLocationRegistry
that is creating theSearchLocation
-
getProgram
- Returns:
- the current
Program
-