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

Inheritance: Boo.Lang.Compiler.Steps.AbstractTransformerCompilerStep, ITypeMemberReifier
Datei anzeigen Open project: boo/boo-lang

Public Methods

Method Description
OnCallableDefinition ( Boo.Lang.Compiler.Ast.CallableDefinition node ) : void
OnClassDefinition ( ClassDefinition node ) : void
OnMethod ( Method node ) : void
Run ( ) : void

Private Methods

Method Description
CompleteOmittedParameterType ( Boo.Lang.Compiler.Ast.CallableDefinition node ) : void
CreateBeginInvokeMethod ( Boo.Lang.Compiler.Ast.CallableDefinition node ) : Method
CreateEndInvokeMethod ( Boo.Lang.Compiler.Ast.CallableDefinition node ) : Method
CreateInvokeMethod ( Boo.Lang.Compiler.Ast.CallableDefinition node ) : Method
CreateRuntimeMethod ( string name, TypeReference returnType ) : Method

Method Details

OnCallableDefinition() public method

public OnCallableDefinition ( Boo.Lang.Compiler.Ast.CallableDefinition node ) : void
node Boo.Lang.Compiler.Ast.CallableDefinition
return void

OnClassDefinition() public method

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

OnMethod() public method

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

Run() public method

public Run ( ) : void
return void