C# Class Compiler.Ast.Extensions

Afficher le fichier Open project: kthompson/csharpos

Méthodes publiques

Méthode Description
IsObject ( this tcn ) : bool
IsPointer ( this tcn ) : bool
IsReal ( this tcn ) : bool
IsSigned ( this tcn ) : bool

Method Details

IsObject() public static méthode

public static IsObject ( this tcn ) : bool
tcn this
Résultat bool

IsPointer() public static méthode

public static IsPointer ( this tcn ) : bool
tcn this
Résultat bool

IsReal() public static méthode

public static IsReal ( this tcn ) : bool
tcn this
Résultat bool

IsSigned() public static méthode

public static IsSigned ( this tcn ) : bool
tcn this
Résultat bool