C# Class Castle.MonoRail.Views.Brail.ReturnValueVisitor

Inheritance: Boo.Lang.Compiler.Ast.DepthFirstVisitor
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
OnReturnStatement ( Boo.Lang.Compiler.Ast.ReturnStatement stmt ) : void
ReturnValueVisitor ( ) : Boo.Lang.Compiler.Ast

Method Details

OnReturnStatement() public method

public OnReturnStatement ( Boo.Lang.Compiler.Ast.ReturnStatement stmt ) : void
stmt Boo.Lang.Compiler.Ast.ReturnStatement
return void

ReturnValueVisitor() public method

public ReturnValueVisitor ( ) : Boo.Lang.Compiler.Ast
return Boo.Lang.Compiler.Ast