C# 클래스 Boo.Lang.Compiler.Steps.BindMethods

상속: Boo.Lang.Compiler.Steps.AbstractVisitorCompilerStep
파일 보기 프로젝트 열기: boo/boo-lang

공개 메소드들

메소드 설명
BindMethods ( ) : System
OnClassDefinition ( ClassDefinition node ) : void
OnExplicitMemberInfo ( Boo.Lang.Compiler.Ast.ExplicitMemberInfo node ) : void
OnMethod ( Method node ) : void
OnModule ( Module node ) : void
Run ( ) : void

메소드 상세

BindMethods() 공개 메소드

public BindMethods ( ) : System
리턴 System

OnClassDefinition() 공개 메소드

public OnClassDefinition ( ClassDefinition node ) : void
node Boo.Lang.Compiler.Ast.ClassDefinition
리턴 void

OnExplicitMemberInfo() 공개 메소드

public OnExplicitMemberInfo ( Boo.Lang.Compiler.Ast.ExplicitMemberInfo node ) : void
node Boo.Lang.Compiler.Ast.ExplicitMemberInfo
리턴 void

OnMethod() 공개 메소드

public OnMethod ( Method node ) : void
node Boo.Lang.Compiler.Ast.Method
리턴 void

OnModule() 공개 메소드

public OnModule ( Module node ) : void
node Boo.Lang.Compiler.Ast.Module
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void