ROSE
0.9.6a
|
Interface for creating a statement whose computation writes its answer into a given variable. More...
#include <sageInterface.h>
Public Member Functions | |
virtual | ~StatementGenerator () |
virtual SgStatement * | generate (SgExpression *where_to_write_answer)=0 |
Interface for creating a statement whose computation writes its answer into a given variable.
Definition at line 559 of file sageInterface.h.
|
inlinevirtual |
Definition at line 561 of file sageInterface.h.
|
pure virtual |