topazc
AST::Stmt Class Reference

Base class of statement. More...

#include <ast.hpp>

Inheritance diagram for AST::Stmt:

Public Member Functions

 Stmt (uint32_t l)
virtual ~Stmt ()=default

Public Attributes

uint32_t line

Detailed Description

Base class of statement.

Definition at line 106 of file ast.hpp.

Constructor & Destructor Documentation

◆ Stmt()

AST::Stmt::Stmt ( uint32_t l)
inline

Definition at line 110 of file ast.hpp.

Here is the caller graph for this function:

◆ ~Stmt()

virtual AST::Stmt::~Stmt ( )
virtualdefault

Member Data Documentation

◆ line

uint32_t AST::Stmt::line

Line coordinate

Definition at line 108 of file ast.hpp.


The documentation for this class was generated from the following file:
  • /mnt/disk_ext4_0/topazlang/include/parser/ast.hpp