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.
Show file Open project: runefs/Marvin

Private Methods

Method Description
Append ( BindingRestrictions restrictions ) : void
Push ( Expression node, int depth ) : void
ToExpression ( ) : Expression