Definition at line 68 of file roseTranslators.h.
 
 | 
| virtual void  | midend () | 
|   | The frontend and backend are default, the midend implements a test on the ROSE infrastructure.  
  | 
|   | 
| virtual void  | backend () | 
|   | 
| 
SgProject *  | getAstRoot () | 
|   | This function is used to get the root of the Ast which is generated by the frontend. 
  | 
|   | 
| 
void  | setAstRoot (SgProject *) | 
|   | The AST root is set by the frontend. 
  | 
|   | 
| void  | setStatusCode (int code) | 
|   | 
 | 
| 
virtual void  | setOptions (int argc, char **argv) | 
|   | 
| 
virtual void  | setOptions (const std::vector< std::string > &argvList) | 
|   | 
| 
virtual void  | frontend () | 
|   | 
| 
virtual int  | status () | 
|   | the status code allows to report front/mid/backend warnings and errors. 
  | 
|   | 
| virtual void  | printMessage (std::string s) | 
|   | messages to the user (stdout).  
  | 
|   | 
◆ midend()
  
  
      
        
          | virtual void RoseTestTranslator::midend  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedvirtual   | 
  
 
The frontend and backend are default, the midend implements a test on the ROSE infrastructure. 
Reimplemented from CppToCppTranslator.
 
 
The documentation for this class was generated from the following file: