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

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

Public Methods

Method Description
GetMethod ( string name ) : IMethod
GetNameLiteral ( string name ) : Boo.Lang.Compiler.Ast.StringLiteralExpression
OnReferenceExpression ( ReferenceExpression node ) : void

Protected Methods

Method Description
InitializeMemberCache ( ) : void

Method Details

GetMethod() public method

public GetMethod ( string name ) : IMethod
name string
return IMethod

GetNameLiteral() public method

public GetNameLiteral ( string name ) : Boo.Lang.Compiler.Ast.StringLiteralExpression
name string
return Boo.Lang.Compiler.Ast.StringLiteralExpression

InitializeMemberCache() protected method

protected InitializeMemberCache ( ) : void
return void

OnReferenceExpression() public method

public OnReferenceExpression ( ReferenceExpression node ) : void
node Boo.Lang.Compiler.Ast.ReferenceExpression
return void