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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
GetMaxBaseInterfaceDepth ( ) : int
InternalInterface ( TypeSystemServices manager, Boo.Lang.Compiler.Ast.TypeDefinition typeDefinition ) : Boo.Lang.Compiler.Ast

메소드 상세

GetTypeDepth() 공개 메소드

public GetTypeDepth ( ) : int
리턴 int

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