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 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.