C# Class Microsoft.JScript.BinaryOp

Inheritance: AST
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Protected Properties

Свойство Type Description
operand1 AST
operand2 AST
operatorMeth System.Reflection.MethodInfo
operatorTok JSToken
type1 System.Type
type2 System.Type

Méthodes protégées

Méthode Description
GetOperator ( IReflect ir1, IReflect ir2 ) : MethodInfo

Private Methods

Méthode Description
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

Method Details

GetOperator() protected méthode

protected GetOperator ( IReflect ir1, IReflect ir2 ) : MethodInfo
ir1 IReflect
ir2 IReflect
Résultat System.Reflection.MethodInfo

Property Details

operand1 protected_oe property

protected AST,Microsoft.JScript operand1
Résultat AST

operand2 protected_oe property

protected AST,Microsoft.JScript operand2
Résultat AST

operatorMeth protected_oe property

protected MethodInfo,System.Reflection operatorMeth
Résultat System.Reflection.MethodInfo

operatorTok protected_oe property

protected JSToken operatorTok
Résultat JSToken

type1 protected_oe property

protected Type,System type1
Résultat System.Type

type2 protected_oe property

protected Type,System type2
Résultat System.Type