C# 클래스 AST.LShiftAssign

LShiftAssign: a <<= b
상속: AssignOp
파일 보기 프로젝트 열기: phisiart/C-Compiler

공개 메소드들

메소드 설명
ConstructBinaryOp ( ) : Expr
Create ( Expr left, Expr right ) : Expr

비공개 메소드들

메소드 설명
LShiftAssign ( Expr left, Expr right ) : SemanticAnalysis

메소드 상세

ConstructBinaryOp() 공개 메소드

public ConstructBinaryOp ( ) : Expr
리턴 Expr

Create() 공개 정적인 메소드

public static Create ( Expr left, Expr right ) : Expr
left Expr
right Expr
리턴 Expr