hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
typeAliasStmt Class Reference

#include <ast.hpp>

Inheritance diagram for typeAliasStmt:
Collaboration diagram for typeAliasStmt:

Public Attributes

yoi::identifierWithDefTemplateArglhs {}
 
yoi::typeSpecrhs {}
 

Additional Inherited Members

- Public Member Functions inherited from AST
 AST ()
 
 AST (lexer::token token)
 
std::tuple< yoi::indexT, yoi::indexTgetLocation ()
 
yoi::indexT getLine ()
 
yoi::indexT getColumn ()
 
yoi::lexer::tokengetToken ()
 

Detailed Description

Definition at line 219 of file ast.hpp.

Member Data Documentation

◆ lhs

Definition at line 221 of file ast.hpp.

Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().

◆ rhs

yoi::typeSpec* rhs {}

Definition at line 222 of file ast.hpp.

Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().


The documentation for this class was generated from the following file: