ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SageInterface::StatementGenerator Class Referenceabstract

Interface for creating a statement whose computation writes its answer into a given variable. More...

#include <sageInterface.h>

Public Member Functions

virtual ~StatementGenerator ()
 
virtual SgStatementgenerate (SgExpression *where_to_write_answer)=0
 

Detailed Description

Interface for creating a statement whose computation writes its answer into a given variable.

Definition at line 559 of file sageInterface.h.

Constructor & Destructor Documentation

virtual SageInterface::StatementGenerator::~StatementGenerator ( )
inlinevirtual

Definition at line 561 of file sageInterface.h.

Member Function Documentation

virtual SgStatement* SageInterface::StatementGenerator::generate ( SgExpression where_to_write_answer)
pure virtual

The documentation for this class was generated from the following file: