|
hoshi-lang dev
Yet another programming language
|
#include <ast.hpp>

Public Member Functions | |
| template<typename T > | |
| vValue (T *t) | |
| conceptDefinition* conceptDefVal |
Definition at line 823 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| dataStructDefStmt* dataStructDefStmtVal |
Definition at line 815 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| enumerationDefinition* enumerationDefVal |
Definition at line 822 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| exportDecl* exportDeclVal |
Definition at line 820 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| funcDefStmt* funcDefStmtVal |
Definition at line 818 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| implStmt* implStmtVal |
Definition at line 816 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| importDecl* importDeclVal |
Definition at line 819 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| interfaceDefStmt* interfaceDefStmtVal |
Definition at line 813 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| letStmt* letStmtVal |
Definition at line 817 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| structDefStmt* structDefStmtVal |
Definition at line 814 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| typeAliasStmt* typeAliasStmtVal |
Definition at line 821 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| useStmt* useStmtVal |
Definition at line 812 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().