Package ghidra.util
Interface LanguageUtilities
public interface LanguageUtilities
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic Set<LanguageCompilerSpecPair> getAllPairsForLanguage(LanguageID language) static Set<LanguageCompilerSpecPair> getAllPairsForLanguages(Set<LanguageID> languageIDs)
-
Method Details
-
getAllPairsForLanguages
static Set<LanguageCompilerSpecPair> getAllPairsForLanguages(Set<LanguageID> languageIDs) throws LanguageNotFoundException - Throws:
LanguageNotFoundException
-
getAllPairsForLanguage
static Set<LanguageCompilerSpecPair> getAllPairsForLanguage(LanguageID language) throws LanguageNotFoundException - Throws:
LanguageNotFoundException
-