C# Class Microsoft.JScript.While

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

Private Methods

Method Description
Evaluate ( ) : Object
PartiallyEvaluate ( ) : AST
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILInitializer ( ILGenerator il ) : void
While ( Context context, AST condition, AST body ) : System