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

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

Méthodes publiques

Méthode Description
LeaveMethodInvocationExpression ( Boo node ) : void
Run ( ) : void

Méthodes protégées

Méthode Description
ExpandInvocation ( MethodInvocationExpression node, IParameter parameters ) : void

Method Details

ExpandInvocation() protected méthode

protected ExpandInvocation ( MethodInvocationExpression node, IParameter parameters ) : void
node Boo.Lang.Compiler.Ast.MethodInvocationExpression
parameters IParameter
Résultat void

LeaveMethodInvocationExpression() public méthode

public LeaveMethodInvocationExpression ( Boo node ) : void
node Boo
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void