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

Inheritance: Boo.Lang.Compiler.TypeSystem.AbstractInternalType
Show file Open project: boo/boo-lang

Public Methods

Method Description
GetTypeDepth ( ) : int
IsSubclassOf ( IType type ) : bool
Resolve ( List targetList, string name, EntityType flags ) : bool

Private Methods

Method Description
GetMaxBaseInterfaceDepth ( ) : int
InternalInterface ( TypeSystemServices manager, Boo.Lang.Compiler.Ast.TypeDefinition typeDefinition ) : Boo.Lang.Compiler.Ast

Method Details

GetTypeDepth() public method

public GetTypeDepth ( ) : int
return int

IsSubclassOf() public method

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

Resolve() public method

public Resolve ( List targetList, string name, EntityType flags ) : bool
targetList List
name string
flags EntityType
return bool