C# Class Boo.Lang.Compiler.Steps.BindMethods

Inheritance: Boo.Lang.Compiler.Steps.AbstractVisitorCompilerStep
Datei anzeigen Open project: boo/boo-lang

Public Methods

Method Description
BindMethods ( ) : System
OnClassDefinition ( ClassDefinition node ) : void
OnExplicitMemberInfo ( Boo.Lang.Compiler.Ast.ExplicitMemberInfo node ) : void
OnMethod ( Method node ) : void
OnModule ( Module node ) : void
Run ( ) : void

Method Details

BindMethods() public method

public BindMethods ( ) : System
return System

OnClassDefinition() public method

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

OnExplicitMemberInfo() public method

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

OnMethod() public method

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

OnModule() public method

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

Run() public method

public Run ( ) : void
return void