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

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
InitializeMemberCache ( ) : void

Method Details

GetMethod() public méthode

public GetMethod ( string name ) : IMethod
name string
Résultat IMethod

GetNameLiteral() public méthode

public GetNameLiteral ( string name ) : Boo.Lang.Compiler.Ast.StringLiteralExpression
name string
Résultat Boo.Lang.Compiler.Ast.StringLiteralExpression

InitializeMemberCache() protected méthode

protected InitializeMemberCache ( ) : void
Résultat void

OnReferenceExpression() public méthode

public OnReferenceExpression ( ReferenceExpression node ) : void
node Boo.Lang.Compiler.Ast.ReferenceExpression
Résultat void