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

Inheritance: GenericConstructedType, ICallableType
Datei anzeigen Open project: boo/boo-lang

Public Methods

Method Description
GenericConstructedCallableType ( TypeSystemServices tss, ICallableType definition, IType arguments ) : System
GetSignature ( ) : CallableSignature
IsAssignableFrom ( IType other ) : bool

Method Details

GenericConstructedCallableType() public method

public GenericConstructedCallableType ( TypeSystemServices tss, ICallableType definition, IType arguments ) : System
tss TypeSystemServices
definition ICallableType
arguments IType
return System

GetSignature() public method

public GetSignature ( ) : CallableSignature
return CallableSignature

IsAssignableFrom() public method

public IsAssignableFrom ( IType other ) : bool
other IType
return bool