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

#include <ast.hpp>

Inheritance diagram for constructorDef:
Collaboration diagram for constructorDef:

Public Member Functions

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

templateArgtempArgs
 
definitionArgumentsargs
 
codeBlockblock
 

Detailed Description

Definition at line 995 of file ast.hpp.

Member Function Documentation

◆ getArgs()

definitionArguments & getArgs ( )

Definition at line 987 of file ast.cpp.

Referenced by visitor::specializeStructMethodDefinition().

Here is the caller graph for this function:

◆ getBlock()

codeBlock & getBlock ( )

Definition at line 991 of file ast.cpp.

Referenced by visitor::specializeStructMethodDefinition().

Here is the caller graph for this function:

Member Data Documentation

◆ args

Definition at line 998 of file ast.hpp.

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

◆ block

codeBlock* block

Definition at line 999 of file ast.hpp.

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

◆ tempArgs

templateArg* tempArgs

Definition at line 997 of file ast.hpp.

Referenced by Formatter::format().


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