hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
letStmt Class Reference

#include <ast.hpp>

Inheritance diagram for letStmt:
Collaboration diagram for letStmt:

Public Member Functions

vec< letAssignmentPair * > & getTerms ()
 
- Public Member Functions inherited from AST
 AST ()
 
 AST (lexer::token token)
 
std::tuple< yoi::indexT, yoi::indexTgetLocation ()
 
yoi::indexT getLine ()
 
yoi::indexT getColumn ()
 
yoi::lexer::tokengetToken ()
 

Public Attributes

vec< letAssignmentPair * > terms
 

Detailed Description

Definition at line 785 of file ast.hpp.

Member Function Documentation

◆ getTerms()

vec< letAssignmentPair * > & getTerms ( )

Definition at line 383 of file ast.cpp.

References letStmt::terms.

Referenced by yoi::finalizeAST().

Here is the caller graph for this function:

Member Data Documentation

◆ terms

Definition at line 787 of file ast.hpp.

Referenced by Formatter::format(), letStmt::getTerms(), and visitor::visit().


The documentation for this class was generated from the following files: