FuncSketch
Loading...
Searching...
No Matches
func_sketch::parser::ParsedFunctionCallExpression Struct Reference

Struct of parsed function call expressions. More...

#include <func_sketch/parser/parsed_expression.h>

Collaboration diagram for func_sketch::parser::ParsedFunctionCallExpression:

Public Attributes

ParsedIdentifier function_name
 Function name.
std::vector< ParsedExpressionarguments
 Arguments.

Detailed Description

Struct of parsed function call expressions.

Definition at line 62 of file parsed_expression.h.

Member Data Documentation

◆ function_name

ParsedIdentifier func_sketch::parser::ParsedFunctionCallExpression::function_name

Function name.

Definition at line 64 of file parsed_expression.h.

◆ arguments

std::vector<ParsedExpression> func_sketch::parser::ParsedFunctionCallExpression::arguments

Arguments.

Definition at line 67 of file parsed_expression.h.


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