C# 클래스 clojure.lang.Runtime.Binding.ClojureBinder

상속: DefaultBinder
파일 보기 프로젝트 열기: richhickey/clojure-clr 1 사용 예제들

공개 메소드들

메소드 설명
CanConvertFrom ( Type fromType, Type toType, bool toNotNullable, NarrowingLevel level ) : bool
ClojureBinder ( ClojureContext context ) : Microsoft.Scripting.Ast
ConvertExpression ( Microsoft.Scripting.Ast.Ast expr, Type toType, ConversionResultKind kind, Microsoft.Scripting.Actions.Calls.OverloadResolverFactory resolverFactory ) : Microsoft.Scripting.Ast.Ast

메소드 상세

CanConvertFrom() 공개 메소드

public CanConvertFrom ( Type fromType, Type toType, bool toNotNullable, NarrowingLevel level ) : bool
fromType System.Type
toType System.Type
toNotNullable bool
level NarrowingLevel
리턴 bool

ClojureBinder() 공개 메소드

public ClojureBinder ( ClojureContext context ) : Microsoft.Scripting.Ast
context ClojureContext
리턴 Microsoft.Scripting.Ast

ConvertExpression() 공개 메소드

public ConvertExpression ( Microsoft.Scripting.Ast.Ast expr, Type toType, ConversionResultKind kind, Microsoft.Scripting.Actions.Calls.OverloadResolverFactory resolverFactory ) : Microsoft.Scripting.Ast.Ast
expr Microsoft.Scripting.Ast.Ast
toType System.Type
kind ConversionResultKind
resolverFactory Microsoft.Scripting.Actions.Calls.OverloadResolverFactory
리턴 Microsoft.Scripting.Ast.Ast