BinaryExprNode Struct Reference
#include <ast.h>
Inheritance diagram for BinaryExprNode:
[
legend
]
List of all members.
Detailed Description
A binary mathematical expression (ie, left op right).
Public Attributes
S32
op
ExprNode
*
left
ExprNode
*
right
Member Data Documentation
S32
BinaryExprNode::op
ExprNode
*
BinaryExprNode::left
ExprNode
*
BinaryExprNode::right