C# Class Microsoft.JScript.ASTList

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

Private Methods

Method Description
ASTList ( Context context ) : System
Append ( AST elem ) : ASTList
Evaluate ( ) : Object
EvaluateAsArray ( ) : Object[]
Grow ( ) : void
PartiallyEvaluate ( ) : AST
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILInitializer ( ILGenerator il ) : void
this ( int i ) : AST