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


Classes | |
| union | ConceptStmtValue |
Public Types | |
| enum class | Kind { SatisfyStmt , Expression } |
Public Attributes | |
| enum yoi::conceptStmt::Kind | kind |
| union yoi::conceptStmt::ConceptStmtValue | value |
Additional Inherited Members | |
Public Member Functions inherited from AST | |
| AST () | |
| AST (lexer::token token) | |
| std::tuple< yoi::indexT, yoi::indexT > | getLocation () |
| yoi::indexT | getLine () |
| yoi::indexT | getColumn () |
| yoi::lexer::token & | getToken () |
| enum yoi::conceptStmt::Kind kind |
Referenced by visitor::evaluateConstraint(), yoi::finalizeAST(), and Formatter::format().
| union yoi::conceptStmt::ConceptStmtValue value |
Referenced by visitor::evaluateConstraint(), yoi::finalizeAST(), and Formatter::format().