C# Class Microsoft.JScript.BitwiseBinary

Inheritance: BinaryOp
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
BitwiseBinary ( int operatorTok ) : System

Private Methods

Method Description
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

Method Details

BitwiseBinary() public method

public BitwiseBinary ( int operatorTok ) : System
operatorTok int
return System