C# Class AST.LShiftAssign

LShiftAssign: a <<= b
Inheritance: AssignOp
Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

Méthode Description
ConstructBinaryOp ( ) : Expr
Create ( Expr left, Expr right ) : Expr

Private Methods

Méthode Description
LShiftAssign ( Expr left, Expr right ) : SemanticAnalysis

Method Details

ConstructBinaryOp() public méthode

public ConstructBinaryOp ( ) : Expr
Résultat Expr

Create() public static méthode

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