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