Skip to content

SageInterface::printAST

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

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

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

Parameters

Name

Description

node

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs