Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
AST
AssignOp
C# Class AST.AssignOp
Assignment operator
Inheritance:
Expr
Mostrar archivo
Open project: phisiart/C-Compiler
Public Methods
Method
Description
ConstructBinaryOp
( ) :
Expr
GetExpr
(
ABT
env
) :
ABT.Expr
Protected Methods
Method
Description
AssignOp
(
Expr
left
,
Expr
right
) :
SemanticAnalysis
Method Details
AssignOp()
protected
method
protected
AssignOp
(
Expr
left
,
Expr
right
) :
SemanticAnalysis
left
Expr
right
Expr
return
SemanticAnalysis
ConstructBinaryOp()
public
abstract
method
public
abstract
ConstructBinaryOp
( ) :
Expr
return
Expr
GetExpr()
public
final
method
public
final
GetExpr
(
ABT
env
) :
ABT.Expr
env
ABT
return
ABT.Expr