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


Public Member Functions | |
| identifier & | getId () const |
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 () |
Public Attributes | |
| identifier * | id |
| satisfyClause * | satisfyCondition |
| identifier & getId | ( | ) | const |
Definition at line 24 of file ast.cpp.
References defTemplateArgSpec::id.
| identifier* id |
Definition at line 277 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and defTemplateArgSpec::getId().
| satisfyClause* satisfyCondition |
Definition at line 278 of file ast.hpp.
Referenced by yoi::finalizeAST(), and Formatter::format().