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

상속: Boo.Lang.Compiler.TypeSystem.AbstractInternalType
파일 보기 프로젝트 열기: boo/boo-lang 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
FindBaseType ( ) : IType
InternalClass ( TypeSystemServices manager, Boo.Lang.Compiler.Ast.TypeDefinition typeDefinition ) : Boo.Lang.Compiler.Ast

메소드 상세

GetConstructors() 공개 메소드

public GetConstructors ( ) : IConstructor[]
리턴 IConstructor[]

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