|
|
| TypeClassDeclAST (std::shared_ptr< Token > tok, std::string name, std::string param, std::vector< std::unique_ptr< PrototypeAST > > methods) |
|
| 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 |
|
|
std::string | class_name |
|
std::string | type_param |
|
std::vector< std::unique_ptr< PrototypeAST > > | methods |
|
bool | pe = false |
|
llvm::Value * | val |
The documentation for this class was generated from the following file: