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

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

Public Methods

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

Private Methods

Method Description
InternalEnum ( TypeSystemServices tagManager, Boo.Lang.Compiler.Ast.EnumDefinition enumDefinition ) : Boo.Lang.Compiler.Ast

Method Details

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