C# Class AST.LEqual

Less or Equal than
Inheritance: BinaryLogicalOp
Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

Méthode 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

Méthode Description
LEqual ( Expr left, Expr right ) : System

Method Details

ConstructExpr() public méthode

public ConstructExpr ( ABT left, ABT right, ABT type ) : ABT.Expr
left ABT
right ABT
type ABT
Résultat ABT.Expr

Create() public static méthode

public static Create ( Expr left, Expr right ) : Expr
left Expr
right Expr
Résultat Expr

OperateDouble() public méthode

public OperateDouble ( Double left, Double right ) : Int32
left Double
right Double
Résultat System.Int32

OperateFloat() public méthode

public OperateFloat ( System.Single left, System.Single right ) : Int32
left System.Single
right System.Single
Résultat System.Int32

OperateLong() public méthode

public OperateLong ( Int32 left, Int32 right ) : Int32
left System.Int32
right System.Int32
Résultat System.Int32

OperateULong() public méthode

public OperateULong ( UInt32 left, UInt32 right ) : Int32
left System.UInt32
right System.UInt32
Résultat System.Int32