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

Boolean Expression Node. More...

#include <AST.hpp>

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

Public Member Functions

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

Public Attributes

bool value

Detailed Description

Boolean Expression Node.

Definition at line 108 of file AST.hpp.

Constructor & Destructor Documentation

◆ BooleanExpr()

Phasor::AST::BooleanExpr::BooleanExpr ( bool v)
inline

Definition at line 111 of file AST.hpp.

Member Function Documentation

◆ print()

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

Implements Phasor::AST::Node.

Definition at line 114 of file AST.hpp.

Member Data Documentation

◆ value

bool Phasor::AST::BooleanExpr::value

Definition at line 110 of file AST.hpp.


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