C# Класс Boo.Lang.Compiler.Steps.ImplementICallableOnCallableDefinitions

Наследование: Boo.Lang.Compiler.Steps.AbstractVisitorCompilerStep
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
CreateInvokeInvocation Boo.Lang.Compiler.Ast.MethodInvocationExpression
GetByRefParamCount int
ImplementByRefICallableCall void
ImplementICallableCall void
ImplementRegularICallableCall void
PropagateByRefParameterChanges void

Открытые методы

Метод Описание
OnClassDefinition ( ClassDefinition node ) : void
OnModule ( Module node ) : void
Run ( ) : void

Приватные методы

Метод Описание
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

Описание методов

OnClassDefinition() публичный Метод

public OnClassDefinition ( ClassDefinition node ) : void
node Boo.Lang.Compiler.Ast.ClassDefinition
Результат void

OnModule() публичный Метод

public OnModule ( Module node ) : void
node Boo.Lang.Compiler.Ast.Module
Результат void

Run() публичный Метод

public Run ( ) : void
Результат void