1#ifndef ASTJSONGENERATION_H 
    2#define ASTJSONGENERATION_H 
    7  void generate(std::string filename, 
SgNode* node);
 
    9  void generateInputFiles(
SgProject* projectNode); 
 
   10  void generateWithinFile(
const std::string& filename, 
SgFile* node);
 
 
This class represents a source file for a project (which may contian many source files and or directo...
 
This class represents the base class for all IR nodes within Sage III.
 
This class represents a source project, with a list of SgFile objects and global information about th...