C# Class Microsoft.JScript.PostOrPrefixOperator

Inheritance: UnaryOp
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
PostOrPrefixOperator ( int operatorTok ) : System

Private Methods

Method Description
DoOp ( double d ) : Object
DoOp ( int i ) : Object
DoOp ( long i ) : Object
DoOp ( uint i ) : Object
DoOp ( ulong i ) : Object
Evaluate ( ) : Object
EvaluatePostOrPrefix ( Object &v ) : Object
GetOperator ( IReflect ir ) : MethodInfo
InferType ( JSField inference_target ) : IReflect
PartiallyEvaluate ( ) : AST
PostOrPrefixOperator ( Context context, AST operand ) : System
PostOrPrefixOperator ( Context context, AST operand, PostOrPrefix operatorTok ) : System
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILForNoOverloadCase ( ILGenerator il, Type rtype ) : void
TranslateToILInitializer ( ILGenerator il ) : void

Method Details

PostOrPrefixOperator() public method

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