C# Class ABT.BinaryOpSupportingOnlyIntegralOperands

Show file Open project: phisiart/C-Compiler

Public Methods

Method Description
CGenValue ( CGenState state ) : System.Reg

Protected Methods

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

Method Details

BinaryOpSupportingOnlyIntegralOperands() protected method

protected BinaryOpSupportingOnlyIntegralOperands ( 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