FDR
4.2.7(6ecbe5a21b71ab020e8fcaeccfe5ebaad0599f4f)
|
A print statement in an input file. More...
#include <session.h>
Public Member Functions | |
PrintStatement (const PrintStatement &)=default | |
PrintStatement (const std::string &location, const std::string &expression) | |
const std::string & | expression () const |
The expression that this print statement contains, i.e. More... | |
PrintStatement & | operator= (const PrintStatement &)=default |
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.