C# 클래스 Microsoft.JScript.BinaryOp

상속: AST
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

보호된 프로퍼티들

프로퍼티 타입 설명
operand1 AST
operand2 AST
operatorMeth System.Reflection.MethodInfo
operatorTok JSToken
type1 System.Type
type2 System.Type

보호된 메소드들

메소드 설명
GetOperator ( IReflect ir1, IReflect ir2 ) : MethodInfo

비공개 메소드들

메소드 설명
BinaryOp ( Context context, AST operand1, AST operand2 ) : System
BinaryOp ( Context context, AST operand1, AST operand2, JSToken operatorTok ) : System
CheckIfOKToUseInSuperConstructorCall ( ) : void
PartiallyEvaluate ( ) : AST
TranslateToILInitializer ( ILGenerator il ) : void

메소드 상세

GetOperator() 보호된 메소드

protected GetOperator ( IReflect ir1, IReflect ir2 ) : MethodInfo
ir1 IReflect
ir2 IReflect
리턴 System.Reflection.MethodInfo

프로퍼티 상세

operand1 보호되어 있는 프로퍼티

protected AST,Microsoft.JScript operand1
리턴 AST

operand2 보호되어 있는 프로퍼티

protected AST,Microsoft.JScript operand2
리턴 AST

operatorMeth 보호되어 있는 프로퍼티

protected MethodInfo,System.Reflection operatorMeth
리턴 System.Reflection.MethodInfo

operatorTok 보호되어 있는 프로퍼티

protected JSToken operatorTok
리턴 JSToken

type1 보호되어 있는 프로퍼티

protected Type,System type1
리턴 System.Type

type2 보호되어 있는 프로퍼티

protected Type,System type2
리턴 System.Type