C# Class AST.AssignOp

Assignment operator
Inheritance: Expr
Show file 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