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

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

Public Methods

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

Private Methods

Method Description
FindBaseType ( ) : IType
InternalClass ( TypeSystemServices manager, Boo.Lang.Compiler.Ast.TypeDefinition typeDefinition ) : Boo.Lang.Compiler.Ast

Method Details

GetConstructors() public method

public GetConstructors ( ) : IConstructor[]
return IConstructor[]

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