|
|
| TypeAliasDefAST (std::shared_ptr< Token > name_tok, std::unique_ptr< TypeExprAST > type_expr) |
|
| DefinitionAST (NodeKind kind) |
|
| 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 |
The documentation for this class was generated from the following file: