C# Class Pchp.CodeAnalysis.Symbols.SpecialTypeExtensions

Afficher le fichier Open project: iolevel/peachpie

Méthodes publiques

Méthode Description
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

Method Details

CanBeConst() public static méthode

public static CanBeConst ( this specialType ) : bool
specialType this
Résultat bool

FixedBufferElementSizeInBytes() public static méthode

public static FixedBufferElementSizeInBytes ( this specialType ) : int
specialType this
Résultat int

IsIntegralType() public static méthode

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

IsIntrinsicType() public static méthode

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

IsSignedIntegralType() public static méthode

public static IsSignedIntegralType ( this specialType ) : bool
specialType this
Résultat bool

IsValidVolatileFieldType() public static méthode

public static IsValidVolatileFieldType ( this specialType ) : bool
specialType this
Résultat bool