hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
CharTypes
hunt
sql
parser
CharTypes
Undocumented in source.
class
CharTypes {
static
bool
isHex
(char c);
static
bool
isDigit
(char c);
static
bool
isFirstIdentifierChar
(char c);
static
bool
isIdentifierChar
(char c);
static
string
valueOf
(char ch);
static
bool
isWhitespace
(char c);
}
Members
Static functions
isDigit
bool
isDigit
(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
isFirstIdentifierChar
bool
isFirstIdentifierChar
(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
isHex
bool
isHex
(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
isIdentifierChar
bool
isIdentifierChar
(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
isWhitespace
bool
isWhitespace
(char c)
@return false if {@link LayoutCharacters#EOI}
valueOf
string
valueOf
(char ch)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
sql
parser
CharTypes
classes
CharTypes