C# Class IronRuby.Runtime.Conversions.ConvertToSAction

Inheritance: RubyConversionAction
Show file Open project: jschementi/iron

Public Methods

Method Description
CreateExpression ( ) : Expression
Make ( RubyContext context ) : ConvertToSAction

Protected Methods

Method Description
Build ( MetaObjectBuilder metaBuilder, CallArguments args, bool defaultFallback ) : bool
GetInteropBinder ( RubyContext context, IList args, MethodInfo &postConverter ) : DynamicMetaObjectBinder

Private Methods

Method Description
BuildConversion ( MetaObjectBuilder metaBuilder, CallArguments args ) : void
MakeShared ( ) : ConvertToSAction
TryImplicitConversion ( MetaObjectBuilder metaBuilder, CallArguments args ) : bool

Method Details

Build() protected method

protected Build ( MetaObjectBuilder metaBuilder, CallArguments args, bool defaultFallback ) : bool
metaBuilder IronRuby.Runtime.Calls.MetaObjectBuilder
args IronRuby.Runtime.Calls.CallArguments
defaultFallback bool
return bool

CreateExpression() public method

public CreateExpression ( ) : Expression
return Expression

GetInteropBinder() protected method

protected GetInteropBinder ( RubyContext context, IList args, MethodInfo &postConverter ) : DynamicMetaObjectBinder
context RubyContext
args IList
postConverter System.Reflection.MethodInfo
return System.Dynamic.DynamicMetaObjectBinder

Make() public static method

public static Make ( RubyContext context ) : ConvertToSAction
context RubyContext
return ConvertToSAction