Package ghidra.app.util.importer
Interface LoadSpecChooser
- All Known Implementing Classes:
CsHintLoadSpecChooser,LcsHintLoadSpecChooser
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LoadSpecChooserChooses the first "preferred"LoadSpec -
Method Summary
Modifier and TypeMethodDescriptiondefault CompilerSpecIDGets the desiredCompilerSpecIDassociated with this chooserdefault LanguageIDGets the desiredLanguageIDassociated with this chooser
-
Field Details
-
CHOOSE_THE_FIRST_PREFERRED
Chooses the first "preferred"LoadSpec- See Also:
-
-
Method Details
-
choose
-
getLanguageId
Gets the desiredLanguageIDassociated with this chooser- Returns:
- the desired
LanguageIDassociated with this chooser, ornullto mean "any"
-
getCompilerSpecId
Gets the desiredCompilerSpecIDassociated with this chooser- Returns:
- the desired
CompilerSpecIDassociated with this chooser, ornullto mean "any"
-