Skip to content

SageInterface::DeferredTransformation::DeferredTransformation

Constructor

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
DeferredTransformation(
    SgClassDefinition* class_definition,
    SgDeclarationStatement* target_class_member,
    SgDeclarationStatement* new_function_prototype);

Parameters

Name

Description

class_definition

The object to construct from

target_class_member

This class represents the concept of a declaration statement.

new_function_prototype

This class represents the concept of a declaration statement.

Created with MrDocs