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

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

Méthodes publiques

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

Private Methods

Méthode Description
InternalEnum ( TypeSystemServices tagManager, Boo.Lang.Compiler.Ast.EnumDefinition enumDefinition ) : Boo.Lang.Compiler.Ast

Method Details

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