C# 클래스 AST.BinaryOp

Binary operator: Left op Right
상속: Expr
파일 보기 프로젝트 열기: phisiart/C-Compiler 1 사용 예제들

보호된 메소드들

메소드 설명
BinaryOp ( Expr left, Expr right ) : System

메소드 상세

BinaryOp() 보호된 메소드

protected BinaryOp ( Expr left, Expr right ) : System
left Expr
right Expr
리턴 System