C# 클래스 Microsoft.JScript.NumericUnary

상속: UnaryOp
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
NumericUnary ( int operatorTok ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

NumericUnary() 공개 메소드

public NumericUnary ( int operatorTok ) : System
operatorTok int
리턴 System