Phasor 3.1.1
Stack VM based Programming Language
Loading...
Searching...
No Matches
Phasor::AST::IncludeStmt Struct Reference

Include Statement Node. More...

#include <AST.hpp>

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

Public Member Functions

 IncludeStmt (std::filesystem::path path)
void print (int indent=0) const override
Public Member Functions inherited from Phasor::AST::Node
virtual ~Node ()=default

Public Attributes

std::filesystem::path modulePath
Public Attributes inherited from Phasor::AST::Node
size_t line = 0
size_t column = 0

Detailed Description

Include Statement Node.

Definition at line 448 of file AST.hpp.

Constructor & Destructor Documentation

◆ IncludeStmt()

Phasor::AST::IncludeStmt::IncludeStmt ( std::filesystem::path path)
inline

Definition at line 451 of file AST.hpp.

Member Function Documentation

◆ print()

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

Implements Phasor::AST::Node.

Definition at line 454 of file AST.hpp.

Member Data Documentation

◆ modulePath

std::filesystem::path Phasor::AST::IncludeStmt::modulePath

Definition at line 450 of file AST.hpp.


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