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

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

Private Properties

Property Type Description
CreateInvokeInvocation Boo.Lang.Compiler.Ast.MethodInvocationExpression
GetByRefParamCount int
ImplementByRefICallableCall void
ImplementICallableCall void
ImplementRegularICallableCall void
PropagateByRefParameterChanges void

Public Methods

Method Description
OnClassDefinition ( ClassDefinition node ) : void
OnModule ( Module node ) : void
Run ( ) : void

Private Methods

Method Description
CreateInvokeInvocation ( InternalCallableType type ) : MethodInvocationExpression
GetByRefParamCount ( CallableSignature signature ) : int
ImplementByRefICallableCall ( Method call, InternalCallableType type, ClassDefinition node, CallableSignature signature, int byRefCount ) : void
ImplementICallableCall ( InternalCallableType type, ClassDefinition node ) : void
ImplementRegularICallableCall ( Method call, InternalCallableType type, ClassDefinition node, CallableSignature signature ) : void
PropagateByRefParameterChanges ( Method call, IParameter parameters, InternalLocal temporaries ) : void

Method Details

OnClassDefinition() public method

public OnClassDefinition ( ClassDefinition node ) : void
node Boo.Lang.Compiler.Ast.ClassDefinition
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