Boo.Lang.Parser.Tests.AbstractParserTestFixture.CreatePipeline C# (CSharp) 메소드

CreatePipeline() 보호된 메소드

protected CreatePipeline ( ) : Boo.Lang.Compiler.CompilerPipeline
리턴 Boo.Lang.Compiler.CompilerPipeline
        protected virtual Boo.Lang.Compiler.CompilerPipeline CreatePipeline()
        {
            return new Boo.Lang.Compiler.Pipelines.ParseAndPrint();
        }