C# 클래스 Microsoft.JScript.ArrayLiteral

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

공개 메소드들

메소드 설명
ArrayLiteral ( Context context, ASTList elements ) : Microsoft.JScript.Vsa

비공개 메소드들

메소드 설명
AssignmentCompatible ( IReflect lhir, bool reportError ) : bool
CheckIfOKToUseInSuperConstructorCall ( ) : void
Evaluate ( ) : Object
InferType ( JSField inference_target ) : IReflect
IsOkToUseInCustomAttribute ( ) : bool
PartiallyEvaluate ( ) : AST
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILArray ( ILGenerator il, Type etype ) : void
TranslateToILInitializer ( ILGenerator il ) : void

메소드 상세

ArrayLiteral() 공개 메소드

public ArrayLiteral ( Context context, ASTList elements ) : Microsoft.JScript.Vsa
context Context
elements ASTList
리턴 Microsoft.JScript.Vsa