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


Public Types | |
| enum class | Modifier { None , DataField } |
Public Member Functions | |
| identifierWithTypeSpec & | getVar () |
| constructorDecl & | getConstructor () |
| innerMethodDecl & | getMethod () |
| finalizerDecl & | getFinalizer () |
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 | |
| int8_t | kind |
| enum yoi::structDefInnerPair::Modifier | modifier |
| identifierWithTypeSpec * | var |
| constructorDecl * | con |
| innerMethodDecl * | method |
| finalizerDecl * | finalizer |
| constructorDecl & getConstructor | ( | ) |
Definition at line 315 of file ast.cpp.
References structDefInnerPair::con.
Referenced by visitor::specializeStructMethodDeclaration().

| finalizerDecl & getFinalizer | ( | ) |
Definition at line 1193 of file ast.cpp.
References structDefInnerPair::finalizer.
| innerMethodDecl & getMethod | ( | ) |
Definition at line 319 of file ast.cpp.
References structDefInnerPair::method.
Referenced by visitor::handleInvocationExtern(), visitor::specializeStructMethodDeclaration(), and visitor::specializeStructMethodTemplate().

| identifierWithTypeSpec & getVar | ( | ) |
Definition at line 311 of file ast.cpp.
References structDefInnerPair::var.
| constructorDecl* con |
Definition at line 681 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and structDefInnerPair::getConstructor().
| finalizerDecl* finalizer |
Definition at line 685 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and structDefInnerPair::getFinalizer().
| int8_t kind |
Definition at line 676 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::specializeStructMethodDeclaration().
| innerMethodDecl* method |
Definition at line 683 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and structDefInnerPair::getMethod().
| enum yoi::structDefInnerPair::Modifier modifier |
Referenced by Formatter::format().
Definition at line 679 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and structDefInnerPair::getVar().