C# Class TSQL.Tokens.TSQLTokenExtensions

Show file Open project: bruce-dunwiddie/tsql-parser

Public Methods

Method Description
IsCharacter ( this token, TSQLCharacters character ) : bool
IsKeyword ( this token, TSQLKeywords keyword ) : bool

Method Details

IsCharacter() public static method

public static IsCharacter ( this token, TSQLCharacters character ) : bool
token this
character TSQLCharacters
return bool

IsKeyword() public static method

public static IsKeyword ( this token, TSQLKeywords keyword ) : bool
token this
keyword TSQLKeywords
return bool