IronPython.Compiler.Ast.IfStatement.IInstructionProvider C# (CSharp) Méthode

IInstructionProvider() private méthode

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