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

#include <ast.hpp>

Inheritance diagram for templateArgSpec:
Collaboration diagram for templateArgSpec:

Public Member Functions

typeSpecget () const
 
- 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 ()
 

Public Attributes

typeSpecspec
 

Detailed Description

Definition at line 290 of file ast.hpp.

Member Function Documentation

◆ get()

typeSpec & get ( ) const

Definition at line 31 of file ast.cpp.

References templateArgSpec::spec.

Member Data Documentation

◆ spec

typeSpec* spec

Definition at line 292 of file ast.hpp.

Referenced by yoi::finalizeAST(), Formatter::format(), and templateArgSpec::get().


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