C# Класс IronRuby.Compiler.Ast.MethodCall

target.method_id(args)
Наследование: CallExpression
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
MethodCall ( Expression target, string methodName, Arguments args, Block block, Microsoft.Scripting.SourceSpan location ) : System.Diagnostics
MethodCall ( Expression target, string methodName, Arguments args, Microsoft.Scripting.SourceSpan location ) : System.Diagnostics

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

Метод Описание
GetNodeName ( AstGenerator gen ) : string
MakeCallWithBlockRetryable ( AstGenerator gen, System.Linq.Expressions invoke, System.Linq.Expressions blockArgVariable, System.Linq.Expressions transformedBlock, bool isBlockDefinition ) : Expression
TransformDefinedCondition ( AstGenerator gen ) : Expression
TransformRead ( AstGenerator gen ) : Expression
TransformRead ( Expression node, AstGenerator gen, bool hasImplicitSelf, string methodName, System.Linq.Expressions transformedTarget, Arguments arguments, Block block, System.Linq.Expressions singleArgument, System.Linq.Expressions assignmentRhsArgument ) : Expression

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

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

public MethodCall ( Expression target, string methodName, Arguments args, Block block, Microsoft.Scripting.SourceSpan location ) : System.Diagnostics
target Expression
methodName string
args Arguments
block Block
location Microsoft.Scripting.SourceSpan
Результат System.Diagnostics

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

public MethodCall ( Expression target, string methodName, Arguments args, Microsoft.Scripting.SourceSpan location ) : System.Diagnostics
target Expression
methodName string
args Arguments
location Microsoft.Scripting.SourceSpan
Результат System.Diagnostics