C# 클래스 Microsoft.JScript.Relational

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

공개 메소드들

메소드 설명
JScriptCompare ( Object v1, Object v2 ) : double
Relational ( int operatorTok ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

JScriptCompare() 공개 정적인 메소드

public static JScriptCompare ( Object v1, Object v2 ) : double
v1 Object
v2 Object
리턴 double

Relational() 공개 메소드

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