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

#include <ast.hpp>

Inheritance diagram for constructorDecl:
Collaboration diagram for constructorDecl:

Public Member Functions

definitionArgumentsgetArgs ()
 
- 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

defTemplateArgtempArgs
 
definitionArgumentsargs
 

Detailed Description

Definition at line 983 of file ast.hpp.

Member Function Documentation

◆ getArgs()

definitionArguments & getArgs ( )

Definition at line 983 of file ast.cpp.

Referenced by visitor::specializeStructMethodDeclaration().

Here is the caller graph for this function:

Member Data Documentation

◆ args

Definition at line 986 of file ast.hpp.

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

◆ tempArgs

defTemplateArg* tempArgs

Definition at line 985 of file ast.hpp.

Referenced by Formatter::format(), and visitor::specializeStructMethodDeclaration().


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