|
sammine-lang
|


Additional Inherited Members | |
Public Member Functions inherited from sammine_lang::AST::AstBase | |
| 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 () |
| bool | synthesized () const |
| bool | checked () const |
| void | set_checked () |
Public Member Functions inherited from sammine_lang::AST::Visitable | |
| 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 ()=0 |
Public Attributes inherited from sammine_lang::AST::AstBase | |
| bool | pe = false |
| llvm::Value * | val |
| Type | type = Type::NonExistent() |
Protected Attributes inherited from sammine_lang::AST::AstBase | |
| sammine_util::Location | location |