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

Inheritance: Boo.Lang.Compiler.Ast.DepthFirstVisitor
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
OnReturnStatement ( Boo.Lang.Compiler.Ast.ReturnStatement stmt ) : void
ReturnValueVisitor ( ) : Boo.Lang.Compiler.Ast

Method Details

OnReturnStatement() public méthode

public OnReturnStatement ( Boo.Lang.Compiler.Ast.ReturnStatement stmt ) : void
stmt Boo.Lang.Compiler.Ast.ReturnStatement
Résultat void

ReturnValueVisitor() public méthode

public ReturnValueVisitor ( ) : Boo.Lang.Compiler.Ast
Résultat Boo.Lang.Compiler.Ast