C# 클래스 AST.BinaryIntegralOp

Binary integral operator: takes in two integrals, returns an integer.
상속: BinaryOp
파일 보기 프로젝트 열기: phisiart/C-Compiler

공개 메소드들

메소드 설명
ConstructExpr ( ABT left, ABT right, ABT type ) : ABT.Expr
GetExpr ( ABT env ) : ABT.Expr
OperateLong ( Int32 left, Int32 right ) : Int32
OperateULong ( UInt32 left, UInt32 right ) : UInt32

보호된 메소드들

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

메소드 상세

BinaryIntegralOp() 보호된 메소드

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

ConstructExpr() 공개 추상적인 메소드

public abstract ConstructExpr ( ABT left, ABT right, ABT type ) : ABT.Expr
left ABT
right ABT
type ABT
리턴 ABT.Expr

GetExpr() 공개 메소드

public GetExpr ( ABT env ) : ABT.Expr
env ABT
리턴 ABT.Expr

OperateLong() 공개 추상적인 메소드

public abstract OperateLong ( Int32 left, Int32 right ) : Int32
left System.Int32
right System.Int32
리턴 System.Int32

OperateULong() 공개 추상적인 메소드

public abstract OperateULong ( UInt32 left, UInt32 right ) : UInt32
left System.UInt32
right System.UInt32
리턴 System.UInt32