C# Class Boo.Lang.Compiler.TypeSystem.InternalCallableType

Inheritance: InternalClass, ICallableType
Afficher le fichier Open project: boo/boo-lang Class Usage Examples

Méthodes publiques

Méthode Description
GetEndInvokeMethod ( ) : IMethod
GetInvokeMethod ( ) : IMethod
GetSignature ( ) : CallableSignature
IsAssignableFrom ( IType other ) : bool
ToString ( ) : string

Méthodes protégées

Méthode Description
CreateConstructedType ( IType arguments ) : IType

Private Methods

Méthode Description
InternalCallableType ( TypeSystemServices typeSystemServices, Boo.Lang.Compiler.Ast.TypeDefinition typeDefinition ) : Boo.Lang.Compiler.Ast

Method Details

CreateConstructedType() protected méthode

protected CreateConstructedType ( IType arguments ) : IType
arguments IType
Résultat IType

GetEndInvokeMethod() public méthode

public GetEndInvokeMethod ( ) : IMethod
Résultat IMethod

GetInvokeMethod() public méthode

public GetInvokeMethod ( ) : IMethod
Résultat IMethod

GetSignature() public méthode

public GetSignature ( ) : CallableSignature
Résultat CallableSignature

IsAssignableFrom() public méthode

public IsAssignableFrom ( IType other ) : bool
other IType
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string