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

Struct of parsed binary expressions. More...

#include <func_sketch/parser/parsed_expression.h>

Collaboration diagram for func_sketch::parser::ParsedBinaryExpression:

Public Attributes

std::string operator_str
 Operator.
ParsedExpression left_operand
 Left operand.
ParsedExpression right_operand
 Right operand.

Detailed Description

Struct of parsed binary expressions.

Definition at line 84 of file parsed_expression.h.

Member Data Documentation

◆ operator_str

std::string func_sketch::parser::ParsedBinaryExpression::operator_str

Operator.

Definition at line 86 of file parsed_expression.h.

◆ left_operand

ParsedExpression func_sketch::parser::ParsedBinaryExpression::left_operand

Left operand.

Definition at line 89 of file parsed_expression.h.

◆ right_operand

ParsedExpression func_sketch::parser::ParsedBinaryExpression::right_operand

Right operand.

Definition at line 92 of file parsed_expression.h.


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