C# 클래스 Microsoft.JScript.BitwiseBinary

상속: BinaryOp
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
BitwiseBinary ( int operatorTok ) : System

비공개 메소드들

메소드 설명
BitwiseBinary ( Context context, AST operand1, AST operand2, JSToken operatorTok ) : System
DoOp ( int i, int j, JSToken operatorTok ) : Object
Evaluate ( ) : Object
EvaluateBitwiseBinary ( Object v1, Object v2 ) : Object
EvaluateBitwiseBinary ( Object v1, Object v2, JSToken operatorTok ) : Object
InferType ( JSField inference_target ) : IReflect
Operand2Type ( JSToken operatorTok, Type bbrType ) : Type
ResultType ( Type type1, Type type2, JSToken operatorTok ) : Type
TranslateToBitCountMask ( ILGenerator il, Type type, AST operand2 ) : void
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILInitializer ( ILGenerator il ) : void

메소드 상세

BitwiseBinary() 공개 메소드

public BitwiseBinary ( int operatorTok ) : System
operatorTok int
리턴 System