Interface TranslatorToIR
- All Known Implementing Classes:
AstTranslator
,JavaCAst2IRTranslator
,JSAstTranslator
public interface TranslatorToIR
Type that performs the translation from the CAst to WALA IR (as extended for the language). The
generated IR and related information is stored within the translator.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
translate
(CAstEntity S, ModuleEntry N) translate the CAst rooted at S, corresponding to ModuleEntry N, to IR, and store the result internally.
-
Method Details
-
translate
translate the CAst rooted at S, corresponding to ModuleEntry N, to IR, and store the result internally.
-