C# Class AST.Assignment

Assignment: Left = Right
Left must be a lvalue, but this check is left to the cgen phase.
Inheritance: Expr
Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

Méthode Description
Create ( Expr left, Expr right ) : Expr
GetExpr ( ABT env ) : ABT.Expr

Private Methods

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

Method Details

Create() public static méthode

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

GetExpr() public méthode

public GetExpr ( ABT env ) : ABT.Expr
env ABT
Résultat ABT.Expr