CharTypes

Undocumented in source.

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