BooCompiler.Tests.AbstractCompilerErrorsTestFixture.PrintErrors.OnAfter C# (CSharp) Méthode

OnAfter() protected méthode

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