Boo.Lang.Compiler.Steps.ProcessMethodBodies.OnGotoStatement C# (CSharp) Method

OnGotoStatement() public method

public OnGotoStatement ( Boo.Lang.Compiler.Ast.GotoStatement node ) : void
node Boo.Lang.Compiler.Ast.GotoStatement
return void
        public override void OnGotoStatement(GotoStatement node)
        {
            // don't try to resolve label references
        }
ProcessMethodBodies