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

상속: IArrayType
파일 보기 프로젝트 열기: boo/boo-lang 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ArrayType ( TypeSystemServices tagManager, IType elementType ) : System
ArrayType ( TypeSystemServices tagManager, IType elementType, int rank ) : System
GetArrayRank ( ) : int
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 ( List targetList, string name, EntityType flags ) : bool
ToString ( ) : string

메소드 상세

ArrayType() 공개 메소드

public ArrayType ( TypeSystemServices tagManager, IType elementType ) : System
tagManager TypeSystemServices
elementType IType
리턴 System

ArrayType() 공개 메소드

public ArrayType ( TypeSystemServices tagManager, IType elementType, int rank ) : System
tagManager TypeSystemServices
elementType IType
rank int
리턴 System

GetArrayRank() 공개 메소드

public GetArrayRank ( ) : int
리턴 int

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 ( List targetList, string name, EntityType flags ) : bool
targetList List
name string
flags EntityType
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string