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

Break Statement Node. More...

#include <AST.hpp>

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

Public Member Functions

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

Detailed Description

Break Statement Node.

Definition at line 476 of file AST.hpp.

Member Function Documentation

◆ print()

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

Implements Phasor::AST::Node.

Definition at line 478 of file AST.hpp.


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