C# 클래스 AST.BitwiseOr

Bitwise Or: accepts two integrals, returns an integer.
상속: BinaryIntegralOp
파일 보기 프로젝트 열기: phisiart/C-Compiler 1 사용 예제들

공개 메소드들

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

비공개 메소드들

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

메소드 상세

ConstructExpr() 공개 메소드

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

Create() 공개 정적인 메소드

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

OperateLong() 공개 메소드

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

OperateULong() 공개 메소드

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