C# 클래스 Boo.Lang.Compiler.Steps.ImplementICallableOnCallableDefinitions

상속: Boo.Lang.Compiler.Steps.AbstractVisitorCompilerStep
파일 보기 프로젝트 열기: boo/boo-lang

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