C# Class Microsoft.JScript.Plus

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

Public Methods

Method Description
DoOp ( Object v1, Object v2 ) : Object
Plus ( ) : System

Private Methods

Method Description
DoOp ( double x, double y ) : Object
DoOp ( int x, int y ) : Object
DoOp ( long x, long y ) : Object
DoOp ( uint x, uint y ) : Object
DoOp ( ulong x, ulong y ) : Object
Evaluate ( ) : Object
EvaluatePlus ( Object v1, Object v2 ) : Object
EvaluatePlus2 ( Object v1, Object v2 ) : Object
GetOperator ( IReflect ir1, IReflect ir2 ) : MethodInfo
InferType ( JSField inference_target ) : IReflect
Plus ( Context context, AST operand1, AST operand2 ) : System
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILArrayOfStrings ( ILGenerator il, int n ) : int
TranslateToILInitializer ( ILGenerator il ) : void
TranslateToStringWithSpecialCaseForNull ( ILGenerator il, AST operand ) : void

Method Details

DoOp() public static method

public static DoOp ( Object v1, Object v2 ) : Object
v1 Object
v2 Object
return Object

Plus() public method

public Plus ( ) : System
return System