C# Класс IronRuby.Compiler.Methods

Показать файл Открыть проект

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

Метод Описание
CreateMutableString ( string suffix ) : MethodInfo
CreateRegex ( string suffix ) : MethodInfo
CreateSymbol ( string suffix ) : MethodInfo
MakeArrayOpCall ( IList args ) : Expression
Yield ( int parameterCount ) : MethodInfo
Yield ( int argumentCount, bool hasSplattedArgument, bool hasRhsArgument, bool &hasArgumentArray ) : MethodInfo
YieldSplat ( int parameterCount ) : MethodInfo

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

Метод Описание
GetConstructor ( Type type ) : ConstructorInfo
GetMethod ( Type type, string name ) : MethodInfo
GetMethod ( Type type, string name, BindingFlags flags ) : MethodInfo

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

CreateMutableString() публичный статический Метод

public static CreateMutableString ( string suffix ) : MethodInfo
suffix string
Результат System.Reflection.MethodInfo

CreateRegex() публичный статический Метод

public static CreateRegex ( string suffix ) : MethodInfo
suffix string
Результат System.Reflection.MethodInfo

CreateSymbol() публичный статический Метод

public static CreateSymbol ( string suffix ) : MethodInfo
suffix string
Результат System.Reflection.MethodInfo

MakeArrayOpCall() публичный статический Метод

public static MakeArrayOpCall ( IList args ) : Expression
args IList
Результат System.Linq.Expressions.Expression

Yield() публичный статический Метод

public static Yield ( int parameterCount ) : MethodInfo
parameterCount int
Результат MethodInfo

Yield() публичный статический Метод

public static Yield ( int argumentCount, bool hasSplattedArgument, bool hasRhsArgument, bool &hasArgumentArray ) : MethodInfo
argumentCount int
hasSplattedArgument bool
hasRhsArgument bool
hasArgumentArray bool
Результат MethodInfo

YieldSplat() публичный статический Метод

public static YieldSplat ( int parameterCount ) : MethodInfo
parameterCount int
Результат MethodInfo