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

Inheritance: Boo.Lang.Compiler.Steps.AbstractVisitorCompilerStep
Afficher le fichier Open project: boo/boo-lang

Private Properties

Свойство Type Description
CreateInvokeInvocation Boo.Lang.Compiler.Ast.MethodInvocationExpression
GetByRefParamCount int
ImplementByRefICallableCall void
ImplementICallableCall void
ImplementRegularICallableCall void
PropagateByRefParameterChanges void

Méthodes publiques

Méthode Description
OnClassDefinition ( ClassDefinition node ) : void
OnModule ( Module node ) : void
Run ( ) : void

Private Methods

Méthode 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 méthode

public OnClassDefinition ( ClassDefinition node ) : void
node Boo.Lang.Compiler.Ast.ClassDefinition
Résultat void

OnModule() public méthode

public OnModule ( Module node ) : void
node Boo.Lang.Compiler.Ast.Module
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void