Boo.Lang.Compiler.Steps.ProcessMethodBodies.OnGotoStatement C# (CSharp) Метод

OnGotoStatement() публичный Метод

public OnGotoStatement ( Boo.Lang.Compiler.Ast.GotoStatement node ) : void
node Boo.Lang.Compiler.Ast.GotoStatement
Результат void
        public override void OnGotoStatement(GotoStatement node)
        {
            // don't try to resolve label references
        }
ProcessMethodBodies