C# Class ABT.BinaryArithmeticOp

Show file Open project: phisiart/C-Compiler

Public Methods

Method Description
CGenValue ( CGenState state ) : System.Reg

Protected Methods

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

Method Details

BinaryArithmeticOp() protected method

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

CGenValue() public final method

public final CGenValue ( CGenState state ) : System.Reg
state CodeGeneration.CGenState
return System.Reg