Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
Phasor::AST::StringExpr Struct Reference

String Expression Node. More...

#include <AST.hpp>

Inheritance diagram for Phasor::AST::StringExpr:
[legend]
Collaboration diagram for Phasor::AST::StringExpr:
[legend]

Public Member Functions

 StringExpr (std::string v)
void print (int indent=0) const override
Public Member Functions inherited from Phasor::AST::Node
virtual ~Node ()=default

Public Attributes

std::string value

Detailed Description

String Expression Node.

Definition at line 82 of file AST.hpp.

Constructor & Destructor Documentation

◆ StringExpr()

Phasor::AST::StringExpr::StringExpr ( std::string v)
inline

Definition at line 85 of file AST.hpp.

Member Function Documentation

◆ print()

void Phasor::AST::StringExpr::print ( int indent = 0) const
inlineoverridevirtual

Implements Phasor::AST::Node.

Definition at line 88 of file AST.hpp.

Member Data Documentation

◆ value

std::string Phasor::AST::StringExpr::value

Definition at line 84 of file AST.hpp.


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