|
|
| TypedVarAST (std::shared_ptr< Token > name, std::unique_ptr< TypeExprAST > type_expr, bool is_mutable=false) |
|
| TypedVarAST (std::shared_ptr< Token > name, bool is_mutable=false) |
|
std::string | to_string () const |
|
| AstBase (NodeKind kind) |
|
NodeId | id () const |
|
NodeKind | getKind () const |
|
AstBase * | join_location (AstBase *ast) |
|
AstBase * | join_location (std::shared_ptr< Token > tok) |
|
AstBase * | join_location (sammine_util::Location location) |
|
sammine_util::Location | get_location () const |
|
void | set_location (sammine_util::Location loc) |
|
bool | synthesized () const |
|
Type | get_type () const |
|
Type | set_type (const Type &t) |
|
virtual void | accept_vis (ASTVisitor *visitor)=0 |
|
virtual void | walk_with_preorder (ASTVisitor *visitor)=0 |
|
virtual void | walk_with_postorder (ASTVisitor *visitor)=0 |
|
virtual Type | accept_synthesis (TypeCheckerVisitor *visitor)=0 |
|
virtual std::string | getTreeName () const =0 |
|
|
std::string | name |
|
bool | is_mutable = false |
|
std::unique_ptr< TypeExprAST > | type_expr |
|
bool | pe = false |
|
llvm::Value * | val |
The documentation for this class was generated from the following files:
- include/ast/Ast.h
- src/ast/AstToString.cpp