C# Class AST.Assignment

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

Public Methods

Method Description
Create ( Expr left, Expr right ) : Expr
GetExpr ( ABT env ) : ABT.Expr

Private Methods

Method Description
Assignment ( Expr left, Expr right ) : SemanticAnalysis

Method Details

Create() public static method

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

GetExpr() public method

public GetExpr ( ABT env ) : ABT.Expr
env ABT
return ABT.Expr