topazc
AST::UseModuleStmt Class Reference

Statement of import the module. More...

#include <ast.hpp>

Inheritance diagram for AST::UseModuleStmt:
Collaboration diagram for AST::UseModuleStmt:

Public Member Functions

 UseModuleStmt (std::vector< std::string > p, uint32_t l)
 ~UseModuleStmt () override=default
Public Member Functions inherited from AST::Stmt
 Stmt (uint32_t l)
virtual ~Stmt ()=default

Public Attributes

std::vector< std::string > path
Public Attributes inherited from AST::Stmt
uint32_t line

Detailed Description

Statement of import the module.

Definition at line 433 of file ast.hpp.

Constructor & Destructor Documentation

◆ UseModuleStmt()

AST::UseModuleStmt::UseModuleStmt ( std::vector< std::string > p,
uint32_t l )
inline

Definition at line 437 of file ast.hpp.

Here is the call graph for this function:

◆ ~UseModuleStmt()

AST::UseModuleStmt::~UseModuleStmt ( )
overridedefault

Member Data Documentation

◆ path

std::vector<std::string> AST::UseModuleStmt::path

Path to importing object

Definition at line 435 of file ast.hpp.


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