C# Class IronRuby.Compiler.Ast.CallExpression

Inheritance: IronRuby.Compiler.Ast.Expression
Show file Open project: ExpertsInside/IronSP

Protected Methods

Method Description
CallExpression ( Arguments args, Block block, Microsoft.Scripting.SourceSpan location ) : Microsoft.Scripting

Method Details

CallExpression() protected method

protected CallExpression ( Arguments args, Block block, Microsoft.Scripting.SourceSpan location ) : Microsoft.Scripting
args Arguments
block Block
location Microsoft.Scripting.SourceSpan
return Microsoft.Scripting