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

Inheritance: AbstractType, ICallableType
Show file Open project: boo/boo-lang Class Usage Examples

Public Methods

Method Description
GetSignature ( ) : CallableSignature
GetTypeDepth ( ) : int
IsAssignableFrom ( IType other ) : bool
IsSubclassOf ( IType other ) : bool

Private Methods

Method Description
AnonymousCallableType ( TypeSystemServices services, CallableSignature signature ) : System

Method Details

GetSignature() public method

public GetSignature ( ) : CallableSignature
return CallableSignature

GetTypeDepth() public method

public GetTypeDepth ( ) : int
return int

IsAssignableFrom() public method

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

IsSubclassOf() public method

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