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

Inheritance: IType, INamespace
Afficher le fichier Open project: boo/boo-lang

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetConstructors ( ) : IConstructor[]
GetDefaultMember ( ) : IEntity
GetElementType ( ) : IType
GetInterfaces ( ) : IType[]
GetMembers ( ) : IEntity[]
GetTypeDepth ( ) : int
IsAssignableFrom ( IType other ) : bool
IsDefined ( IType attributeType ) : bool
IsSubclassOf ( IType other ) : bool
Resolve ( Boo targetList, string name, EntityType flags ) : bool
ToString ( ) : string

Method Details

GetConstructors() public méthode

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

GetDefaultMember() public méthode

public GetDefaultMember ( ) : IEntity
Résultat IEntity

GetElementType() public méthode

public GetElementType ( ) : IType
Résultat IType

GetInterfaces() public méthode

public GetInterfaces ( ) : IType[]
Résultat IType[]

GetMembers() public méthode

public GetMembers ( ) : IEntity[]
Résultat IEntity[]

GetTypeDepth() public méthode

public GetTypeDepth ( ) : int
Résultat int

IsAssignableFrom() public méthode

public IsAssignableFrom ( IType other ) : bool
other IType
Résultat bool

IsDefined() public méthode

public IsDefined ( IType attributeType ) : bool
attributeType IType
Résultat bool

IsSubclassOf() public méthode

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

Resolve() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string