C# Class Microsoft.JScript.If

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

Private Methods

Method Description
Evaluate ( ) : Object
HasReturn ( ) : bool
If ( Context context, AST condition, AST true_branch, AST false_branch ) : System
PartiallyEvaluate ( ) : AST
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILInitializer ( ILGenerator il ) : void