C# 클래스 Boo.Lang.Compiler.TypeSystem.InternalEnum

상속: Boo.Lang.Compiler.TypeSystem.AbstractInternalType
파일 보기 프로젝트 열기: boo/boo-lang

공개 메소드들

메소드 설명
IsSubclassOf ( IType type ) : bool
Resolve ( List targetList, string name, EntityType flags ) : bool

비공개 메소드들

메소드 설명
InternalEnum ( TypeSystemServices tagManager, Boo.Lang.Compiler.Ast.EnumDefinition enumDefinition ) : Boo.Lang.Compiler.Ast

메소드 상세

IsSubclassOf() 공개 메소드

public IsSubclassOf ( IType type ) : bool
type IType
리턴 bool

Resolve() 공개 메소드

public Resolve ( List targetList, string name, EntityType flags ) : bool
targetList List
name string
flags EntityType
리턴 bool