C# 클래스 Castle.MonoRail.Views.Brail.ReplaceUknownWithParameters

상속: Boo.Lang.Compiler.Steps.ProcessMethodBodiesWithDuckTyping
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
GetMethod ( string name ) : IMethod
GetNameLiteral ( string name ) : Boo.Lang.Compiler.Ast.StringLiteralExpression
OnReferenceExpression ( ReferenceExpression node ) : void

보호된 메소드들

메소드 설명
InitializeMemberCache ( ) : void

메소드 상세

GetMethod() 공개 메소드

public GetMethod ( string name ) : IMethod
name string
리턴 IMethod

GetNameLiteral() 공개 메소드

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

InitializeMemberCache() 보호된 메소드

protected InitializeMemberCache ( ) : void
리턴 void

OnReferenceExpression() 공개 메소드

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