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

Inheritance: Boo.Lang.Compiler.TypeSystem.AbstractInternalType
Afficher le fichier Open project: boo/boo-lang Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

GetConstructors() public méthode

public GetConstructors ( ) : IConstructor[]
Résultat IConstructor[]

GetTypeDepth() public méthode

public GetTypeDepth ( ) : int
Résultat int

IsSubclassOf() public méthode

public IsSubclassOf ( IType type ) : bool
type IType
Résultat bool

Resolve() public méthode

public Resolve ( List targetList, string name, EntityType flags ) : bool
targetList List
name string
flags EntityType
Résultat bool