C# Class Microsoft.JScript.SwitchCase

Inheritance: AST
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Méthode Description
Evaluate ( Object expression ) : Completion
Evaluate ( ) : Object
IsDefault ( ) : bool
PartiallyEvaluate ( ) : AST
SwitchCase ( Context context, AST statements ) : System
SwitchCase ( Context context, AST case_value, AST statements ) : System
TranslateToConditionalBranch ( ILGenerator il, Type etype, bool branchIfTrue, Label label, bool shortForm ) : void
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILInitializer ( ILGenerator il ) : void