Class SearchLocationCreatorContext
- java.lang.Object
-
- ghidra.app.util.bin.format.dwarf4.external.SearchLocationCreatorContext
-
public class SearchLocationCreatorContext extends java.lang.ObjectInformation outside of a location string that might be needed to create a newSearchLocationinstance.
-
-
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 ProgramgetProgram()SearchLocationRegistrygetRegistry()
-
-
-
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-SearchLocationRegistryprogram- the currentProgram
-
-
Method Detail
-
getRegistry
public SearchLocationRegistry getRegistry()
- Returns:
- the
SearchLocationRegistrythat is creating theSearchLocation
-
-