FDR  4.2.7(6ecbe5a21b71ab020e8fcaeccfe5ebaad0599f4f)
Public Member Functions | List of all members
FDR::PrintStatement Class Reference

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...
 
PrintStatementoperator= (const PrintStatement &)=default
 
const std::string & source_location () const
 A representation of the location in the input file this expression is at.
 

Detailed Description

A print statement in an input file.

Member Function Documentation

◆ expression()

const std::string& FDR::PrintStatement::expression ( ) const

The expression that this print statement contains, i.e.

the string after print.


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