Helper functions for TokenKind
public static class TokenKindExtensions
kind:method, kind:property, kind:ctor. Press Esc to clear.IsDateTime(TokenKind)Checks if the specified kind is a datetime.IsFloat(TokenKind)Checks if the specified kind is a float.IsHidden(TokenKind, Boolean)Returns true if the specified token kind is considered as hidden (comments, whitespaces or newline)IsInteger(TokenKind)Checks if the specified kind is an integerIsString(TokenKind)Checks if the specified kind is a string.IsToken(TokenKind)Checks if the specified kind is a token for which ToText(TokenKind) will return not nullIsTrivia(TokenKind)Checks if the specified kind is a trivia.ToText(TokenKind)Gets a textual representation of a token kind or null if not applicable (e.g TokenKind.Integer)