SageInterface::printAST
Pretty print AST horizontally, output to std output.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
void
printAST(SgNode* node);
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs