Package com.ibm.wala.cast.ir.translator
Interface TranslatorToIR
-
- All Known Implementing Classes:
AstTranslator
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
translate(CAstEntity S, ModuleEntry N)
translate the CAst rooted at S, corresponding to ModuleEntry N, to IR, and store the result internally.
-
-
-
Method Detail
-
translate
void translate(CAstEntity S, ModuleEntry N)
translate the CAst rooted at S, corresponding to ModuleEntry N, to IR, and store the result internally.
-
-