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

Unsafe Block Statement Node. More...

#include <AST.hpp>

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

Public Member Functions

 UnsafeBlockStmt (std::unique_ptr< BlockStmt > b)
void print (int indent=0) const override
Public Member Functions inherited from Phasor::AST::Node
virtual ~Node ()=default

Public Attributes

std::unique_ptr< BlockStmtblock

Detailed Description

Unsafe Block Statement Node.

Definition at line 565 of file AST.hpp.

Constructor & Destructor Documentation

◆ UnsafeBlockStmt()

Phasor::AST::UnsafeBlockStmt::UnsafeBlockStmt ( std::unique_ptr< BlockStmt > b)
inline

Definition at line 568 of file AST.hpp.

Member Function Documentation

◆ print()

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

Implements Phasor::AST::Node.

Definition at line 571 of file AST.hpp.

Member Data Documentation

◆ block

std::unique_ptr<BlockStmt> Phasor::AST::UnsafeBlockStmt::block

Definition at line 567 of file AST.hpp.


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