C# Class Compiler.Ast.Extensions

Show file Open project: kthompson/csharpos

Public Methods

Method Description
IsObject ( this tcn ) : bool
IsPointer ( this tcn ) : bool
IsReal ( this tcn ) : bool
IsSigned ( this tcn ) : bool

Method Details

IsObject() public static method

public static IsObject ( this tcn ) : bool
tcn this
return bool

IsPointer() public static method

public static IsPointer ( this tcn ) : bool
tcn this
return bool

IsReal() public static method

public static IsReal ( this tcn ) : bool
tcn this
return bool

IsSigned() public static method

public static IsSigned ( this tcn ) : bool
tcn this
return bool