Skip to content

SgNodeHelper::nodeToString

returns a string representing the node (excluding the subtree)

Synopsis

Declared in <src/midend/abstractLayer/SgNodeHelper.h>

std::string
nodeToString(SgNode* node);

Parameters

Name

Description

node

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

Created with MrDocs