- isBeginingKeyword
bool isBeginingKeyword(Keyword kw)
Undocumented in source. Be warned that the author may not have intended to support it.
- isBoolean
bool isBoolean(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- isCmpOperator
bool isCmpOperator(Operator op)
Undocumented in source. Be warned that the author may not have intended to support it.
- isIdentOperator
bool isIdentOperator()
Undocumented in source. Be warned that the author may not have intended to support it.
- isKeyword
bool isKeyword(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- isNewLine
bool isNewLine(dchar ch)
Undocumented in source. Be warned that the author may not have intended to support it.
- isOperator
bool isOperator(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- isWhiteSpace
bool isWhiteSpace(dchar ch)
Undocumented in source. Be warned that the author may not have intended to support it.
- toKeyword
Keyword toKeyword(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- toOperator
Operator toOperator(string key)
Undocumented in source. Be warned that the author may not have intended to support it.