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

#include <ast.hpp>

Inheritance diagram for funcExpr:
Collaboration diagram for funcExpr:

Public Attributes

externModuleAccessExpressionname {}
 
unnamedDefinitionArgumentsargs {}
 

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 245 of file ast.hpp.

Member Data Documentation

◆ args

Definition at line 248 of file ast.hpp.

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

◆ name

Definition at line 247 of file ast.hpp.

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


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