- hexLiteral
char hexLiteral(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- ionDeserializerException
IonDeserializerException ionDeserializerException(IonDeserializerErrorCode code)
- ionDeserializerMsg
string ionDeserializerMsg(IonDeserializerErrorCode error)
Undocumented in source. Be warned that the author may not have intended to support it.
- ionTokenMsg
string ionTokenMsg(IonTokenType token)
Undocumented in source. Be warned that the author may not have intended to support it.
- ionTokenizerException
IonTokenizerException ionTokenizerException(IonTokenizerErrorCode code)
- ionTokenizerMsg
string ionTokenizerMsg(IonTokenizerErrorCode error)
Undocumented in source. Be warned that the author may not have intended to support it.
- isASCIIChar
bool isASCIIChar(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isControlChar
bool isControlChar(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isDigit
bool isDigit(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isHexDigit
bool isHexDigit(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isIdentifierPart
bool isIdentifierPart(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isIdentifierStart
bool isIdentifierStart(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isInvalidChar
bool isInvalidChar(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isNewLine
bool isNewLine(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isOperatorChar
bool isOperatorChar(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isStopChar
bool isStopChar(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isStringWhitespace
bool isStringWhitespace(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isWhitespace
bool isWhitespace(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- symbolHasQuotes
bool symbolHasQuotes(const(char)[] symbol)
Undocumented in source. Be warned that the author may not have intended to support it.
- symbolNeedsQuotes
bool symbolNeedsQuotes(const(char)[] symbol)
Undocumented in source. Be warned that the author may not have intended to support it.