Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
AST
Assignment
C# Class AST.Assignment
Assignment: Left = Right
Left must be a lvalue, but this check is left to the cgen phase.
Inheritance:
Expr
Datei anzeigen
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