C# Class Microsoft.JScript.Relational

Inheritance: BinaryOp
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
JScriptCompare ( Object v1, Object v2 ) : double
Relational ( int operatorTok ) : System

Private Methods

Method Description
Evaluate ( ) : Object
EvaluateRelational ( Object v1, Object v2 ) : double
InferType ( JSField inference_target ) : IReflect
JScriptCompare2 ( Object v1, Object v2, IConvertible ic1, IConvertible ic2, TypeCode t1, TypeCode t2 ) : double
Relational ( Context context, AST operand1, AST operand2, JSToken operatorTok ) : System
TranslateToConditionalBranch ( ILGenerator il, bool branchIfTrue, Label label, bool shortForm ) : void
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILInitializer ( ILGenerator il ) : void

Method Details

JScriptCompare() public static method

public static JScriptCompare ( Object v1, Object v2 ) : double
v1 Object
v2 Object
return double

Relational() public method

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