Decaf Compiler
Public Attributes | List of all members
BinaryOpNode Struct Reference

AST binary operation expression structure. More...

#include <ast.h>

Public Attributes

BinaryOpType operator
 Operator type.
 
struct ASTNodeleft
 Left operand expression.
 
struct ASTNoderight
 Right operand expression.
 

Detailed Description

AST binary operation expression structure.


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