IronPython.Compiler.Ast.IfStatement.IInstructionProvider C# (CSharp) 메소드

IInstructionProvider() 개인적인 메소드

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