A print statement in an input file. More...
#include <session.h>
Public Member Functions | |
PrintStatement (const PrintStatement &) | |
PrintStatement (const std::string &location, const std::string &expression) | |
const std::string & | expression () const |
The expression that this print statement contains, i.e. | |
PrintStatement & | operator= (const PrintStatement &) |
const std::string & | source_location () const |
A representation of the location in the input file this expression is at. |
A print statement in an input file.
const std::string& FDR::PrintStatement::expression | ( | ) | const |
The expression that this print statement contains, i.e.
the string after print.
const std::string& FDR::PrintStatement::source_location | ( | ) | const |
A representation of the location in the input file this expression is at.