Class SearchLocationCreatorContext
- java.lang.Object
-
- ghidra.app.util.bin.format.dwarf4.external.SearchLocationCreatorContext
-
public class SearchLocationCreatorContext extends java.lang.Object
Information outside of a location string that might be needed to create a newSearchLocation
instance.
-
-
Constructor Summary
Constructors Constructor Description SearchLocationCreatorContext(SearchLocationRegistry registry, Program program)
Create a new context object with references to the registry and the current program.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Program
getProgram()
SearchLocationRegistry
getRegistry()
-
-
-
Constructor Detail
-
SearchLocationCreatorContext
public SearchLocationCreatorContext(SearchLocationRegistry registry, Program program)
Create a new context object with references to the registry and the current program.- Parameters:
registry
-SearchLocationRegistry
program
- the currentProgram
-
-
Method Detail
-
getRegistry
public SearchLocationRegistry getRegistry()
- Returns:
- the
SearchLocationRegistry
that is creating theSearchLocation
-
-