C# Class Microsoft.Scripting.BindingRestrictions.TestBuilder

Builds a balanced tree of AndAlso nodes. We do this so the compiler won't stack overflow if we have many restrictions.
Afficher le fichier Open project: runefs/Marvin

Private Methods

Méthode Description
Append ( BindingRestrictions restrictions ) : void
Push ( Expression node, int depth ) : void
ToExpression ( ) : Expression