Skip to content

SageInterface::saveToPDF

Save AST into a pdf file. Start from a node to find its enclosing file node. The entire file's AST will be saved into a pdf.

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

void
saveToPDF(
    SgNode* node,
    std::string filename);

Parameters

Name

Description

node

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

Created with MrDocs