IronPython.Compiler.Ast.IfStatement.IInstructionProvider C# (CSharp) Method

IInstructionProvider() private method

private IInstructionProvider ( Microsoft.Scripting.Interpreter.LightCompiler compiler ) : void
compiler Microsoft.Scripting.Interpreter.LightCompiler
return void
        void IInstructionProvider.AddInstructions(LightCompiler compiler) {
            // optimizing bool conversions does no good in the light compiler
            compiler.Compile(ReduceWorker(false));
        }