C# 클래스 AST.BinaryLogicalOp

Binary logical operator: first turn pointers to ulongs, then always returns long.
상속: BinaryOp
파일 보기 프로젝트 열기: phisiart/C-Compiler

공개 메소드들

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

보호된 메소드들

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

메소드 상세

BinaryLogicalOp() 보호된 메소드

protected BinaryLogicalOp ( 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

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

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

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

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

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 ) : Int32
left System.UInt32
right System.UInt32
리턴 System.Int32