C# Class Microsoft.JScript.ArrayLiteral

Inheritance: AST
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
ArrayLiteral ( Context context, ASTList elements ) : Microsoft.JScript.Vsa

Private Methods

Method Description
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

Method Details

ArrayLiteral() public method

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