C# Class Microsoft.JScript.NumericUnary

Inheritance: UnaryOp
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
NumericUnary ( int operatorTok ) : System

Private Methods

Method Description
Evaluate ( ) : Object
EvaluateUnary ( Object v ) : Object
GetOperator ( IReflect ir ) : MethodInfo
InferType ( JSField inference_target ) : IReflect
NumericUnary ( Context context, AST operand, JSToken operatorTok ) : System
TranslateToConditionalBranch ( ILGenerator il, bool branchIfTrue, Label label, bool shortForm ) : void
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILInitializer ( ILGenerator il ) : void

Method Details

NumericUnary() public method

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