C# Class AST.BinaryOp

Binary operator: Left op Right
Inheritance: Expr
Show file Open project: phisiart/C-Compiler Class Usage Examples

Protected Methods

Method Description
BinaryOp ( Expr left, Expr right ) : System

Method Details

BinaryOp() protected method

protected BinaryOp ( Expr left, Expr right ) : System
left Expr
right Expr
return System