Skip to content

UnparseLanguageIndependentConstructs::unparseExpression

unparse expression functions implemented in unparse_expr.C

Synopsis

Declared in <src/backend/unparser/languageIndependenceSupport/unparseLanguageIndependentConstructs.h>

virtual
void
unparseExpression(
    SgExpression* expr,
    SgUnparse_Info& info);

Parameters

Name

Description

expr

This class represents the notion of an expression. Expressions

Created with MrDocs