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


Public Member Functions | |
| identifierWithTypeSpec & | getVar () |
| innerMethodDecl & | getMethod () |
| bool | isMethod () |
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 | |
| identifierWithTypeSpec * | var |
| innerMethodDecl * | method |
| innerMethodDecl & getMethod | ( | ) |
Definition at line 295 of file ast.cpp.
References interfaceDefInnerPair::method.
| identifierWithTypeSpec & getVar | ( | ) |
Definition at line 287 of file ast.cpp.
References interfaceDefInnerPair::var.
| bool isMethod | ( | ) |
Definition at line 291 of file ast.cpp.
References interfaceDefInnerPair::var.
Referenced by yoi::finalizeAST(), and Formatter::format().

| innerMethodDecl* method |
Definition at line 649 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and interfaceDefInnerPair::getMethod().
Definition at line 644 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), interfaceDefInnerPair::getVar(), and interfaceDefInnerPair::isMethod().