Phasor 3.1.1
Stack VM based Programming Language
Loading...
Searching...
No Matches
Phasor::AST::Node Struct Referenceabstract

AST Node. More...

#include <AST.hpp>

Inheritance diagram for Phasor::AST::Node:
[legend]

Public Member Functions

virtual ~Node ()=default
virtual void print (int indent=0) const =0

Public Attributes

size_t line = 0
size_t column = 0

Detailed Description

AST Node.

Definition at line 43 of file AST.hpp.

Constructor & Destructor Documentation

◆ ~Node()

virtual Phasor::AST::Node::~Node ( )
virtualdefault

Member Function Documentation

◆ print()

Member Data Documentation

◆ column

size_t Phasor::AST::Node::column = 0

Definition at line 48 of file AST.hpp.

◆ line

size_t Phasor::AST::Node::line = 0

Definition at line 47 of file AST.hpp.


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