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

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

Méthodes publiques

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

Private Methods

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

Method Details

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