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

#include <ast.hpp>

Inheritance diagram for invocationArguments:
Collaboration diagram for invocationArguments:

Public Member Functions

vec< rExpr * > & get ()
 
- 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

vec< rExpr * > arg
 

Detailed Description

Definition at line 304 of file ast.hpp.

Member Function Documentation

◆ get()

vec< rExpr * > & get ( )

Definition at line 39 of file ast.cpp.

References invocationArguments::arg.

Referenced by visitor::evaluateArguments(), yoi::finalizeAST(), visitor::handleInvocationExtern(), and visitor::visit().

Here is the caller graph for this function:

Member Data Documentation

◆ arg

vec<rExpr *> arg

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