Phasor 3.1.1
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

Additional Inherited Members

Public Attributes inherited from Phasor::AST::Node
size_t line = 0
size_t column = 0

Detailed Description

Break Statement Node.

Definition at line 520 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 522 of file AST.hpp.


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