C# Class AST.LEqual

Less or Equal than
Inheritance: BinaryLogicalOp
Show file Open project: phisiart/C-Compiler

Public Methods

Method Description
ConstructExpr ( ABT left, ABT right, ABT type ) : ABT.Expr
Create ( Expr left, Expr right ) : Expr
OperateDouble ( Double left, Double right ) : Int32
OperateFloat ( System.Single left, System.Single right ) : Int32
OperateLong ( Int32 left, Int32 right ) : Int32
OperateULong ( UInt32 left, UInt32 right ) : Int32

Private Methods

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

Method Details

ConstructExpr() public method

public ConstructExpr ( ABT left, ABT right, ABT type ) : ABT.Expr
left ABT
right ABT
type ABT
return ABT.Expr

Create() public static method

public static Create ( Expr left, Expr right ) : Expr
left Expr
right Expr
return Expr

OperateDouble() public method

public OperateDouble ( Double left, Double right ) : Int32
left Double
right Double
return System.Int32

OperateFloat() public method

public OperateFloat ( System.Single left, System.Single right ) : Int32
left System.Single
right System.Single
return System.Int32

OperateLong() public method

public OperateLong ( Int32 left, Int32 right ) : Int32
left System.Int32
right System.Int32
return System.Int32

OperateULong() public method

public OperateULong ( UInt32 left, UInt32 right ) : Int32
left System.UInt32
right System.UInt32
return System.Int32