C# 클래스 Pchp.CodeAnalysis.Symbols.SpecialTypeExtensions

파일 보기 프로젝트 열기: iolevel/peachpie

공개 메소드들

메소드 설명
CanBeConst ( this specialType ) : bool
FixedBufferElementSizeInBytes ( this specialType ) : int
IsIntegralType ( this specialType ) : bool

Checks if a type is considered a "built-in integral" by CLR.

IsIntrinsicType ( this specialType ) : bool

The type is one of the simple types defined in Dev10 C#, see "predeftype.h"/simple

IsSignedIntegralType ( this specialType ) : bool
IsValidVolatileFieldType ( this specialType ) : bool

메소드 상세

CanBeConst() 공개 정적인 메소드

public static CanBeConst ( this specialType ) : bool
specialType this
리턴 bool

FixedBufferElementSizeInBytes() 공개 정적인 메소드

public static FixedBufferElementSizeInBytes ( this specialType ) : int
specialType this
리턴 int

IsIntegralType() 공개 정적인 메소드

Checks if a type is considered a "built-in integral" by CLR.
public static IsIntegralType ( this specialType ) : bool
specialType this
리턴 bool

IsIntrinsicType() 공개 정적인 메소드

The type is one of the simple types defined in Dev10 C#, see "predeftype.h"/simple
public static IsIntrinsicType ( this specialType ) : bool
specialType this
리턴 bool

IsSignedIntegralType() 공개 정적인 메소드

public static IsSignedIntegralType ( this specialType ) : bool
specialType this
리턴 bool

IsValidVolatileFieldType() 공개 정적인 메소드

public static IsValidVolatileFieldType ( this specialType ) : bool
specialType this
리턴 bool