LanguageIndependentCodeGenerator
Backend Language Independent Code Generator
Synopsis
Declared in <src/docs/mrdocs/modules/language_independent_code_generator.h>
struct LanguageIndependentCodeGenerator;
Description
Generates calls to the appropriate language to build source code from the AST.
Note: There are no user level functions within the backend. Related entry points include SgNode::unparseToString, unparseFile, and unparseProject.
See rose_backend.
Created with MrDocs