C# Class Microsoft.JScript.PlusAssign

Inheritance: BinaryOp
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0

Private Methods

Method Description
Evaluate ( ) : Object
InferType ( JSField inference_target ) : IReflect
PartiallyEvaluate ( ) : AST
PlusAssign ( Context context, AST operand1, AST operand2 ) : System
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILForNoOverloadCase ( ILGenerator il, Type rtype ) : void
TranslateToILInitializer ( ILGenerator il ) : void