Skip to content

SageInterface::printAST

printAST overloads

Synopses

Declared in <SageIII/sageInterface/sageInterface.h>

Pretty print AST horizontally, output to std output.

void
printAST(SgNode* node);

Pretty print AST horizontally, output to a specified file, a simpiler interface than printAST2TextFile()

void
printAST(
    SgNode* node,
    char const* filename);

Created with MrDocs