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

상속: IType, INamespace
파일 보기 프로젝트 열기: boo/boo-lang

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetConstructors ( ) : IConstructor[]
GetDefaultMember ( ) : IEntity
GetElementType ( ) : IType
GetInterfaces ( ) : IType[]
GetMembers ( ) : IEntity[]
GetTypeDepth ( ) : int
IsAssignableFrom ( IType other ) : bool
IsDefined ( IType attributeType ) : bool
IsSubclassOf ( IType other ) : bool
Resolve ( Boo targetList, string name, EntityType flags ) : bool
ToString ( ) : string

메소드 상세

GetConstructors() 공개 메소드

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

GetDefaultMember() 공개 메소드

public GetDefaultMember ( ) : IEntity
리턴 IEntity

GetElementType() 공개 메소드

public GetElementType ( ) : IType
리턴 IType

GetInterfaces() 공개 메소드

public GetInterfaces ( ) : IType[]
리턴 IType[]

GetMembers() 공개 메소드

public GetMembers ( ) : IEntity[]
리턴 IEntity[]

GetTypeDepth() 공개 메소드

public GetTypeDepth ( ) : int
리턴 int

IsAssignableFrom() 공개 메소드

public IsAssignableFrom ( IType other ) : bool
other IType
리턴 bool

IsDefined() 공개 메소드

public IsDefined ( IType attributeType ) : bool
attributeType IType
리턴 bool

IsSubclassOf() 공개 메소드

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

Resolve() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string