BooCompiler.Tests.AbstractCompilerErrorsTestFixture.PrintErrors.OnAfter C# (CSharp) Method

OnAfter() protected method

protected OnAfter ( CompilerContext context ) : void
context Boo.Lang.Compiler.CompilerContext
return void
            protected override void OnAfter(CompilerContext context)
            {
                RunStep(context, new Boo.Lang.Compiler.Steps.PrintErrors());
            }
AbstractCompilerErrorsTestFixture.PrintErrors