BinaryExprNode Struct Reference

#include <ast.h>

Inheritance diagram for BinaryExprNode:

Inheritance graph
[legend]
List of all members.

Detailed Description

A binary mathematical expression (ie, left op right).


Public Attributes

S32 op
ExprNodeleft
ExprNoderight


Member Data Documentation