C# 클래스 Boo.Lang.Compiler.TypeSystem.InternalCallableType

상속: InternalClass, ICallableType
파일 보기 프로젝트 열기: boo/boo-lang 1 사용 예제들

공개 메소드들

메소드 설명
GetEndInvokeMethod ( ) : IMethod
GetInvokeMethod ( ) : IMethod
GetSignature ( ) : CallableSignature
IsAssignableFrom ( IType other ) : bool
ToString ( ) : string

보호된 메소드들

메소드 설명
CreateConstructedType ( IType arguments ) : IType

비공개 메소드들

메소드 설명
InternalCallableType ( TypeSystemServices typeSystemServices, Boo.Lang.Compiler.Ast.TypeDefinition typeDefinition ) : Boo.Lang.Compiler.Ast

메소드 상세

CreateConstructedType() 보호된 메소드

protected CreateConstructedType ( IType arguments ) : IType
arguments IType
리턴 IType

GetEndInvokeMethod() 공개 메소드

public GetEndInvokeMethod ( ) : IMethod
리턴 IMethod

GetInvokeMethod() 공개 메소드

public GetInvokeMethod ( ) : IMethod
리턴 IMethod

GetSignature() 공개 메소드

public GetSignature ( ) : CallableSignature
리턴 CallableSignature

IsAssignableFrom() 공개 메소드

public IsAssignableFrom ( IType other ) : bool
other IType
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string