Click or drag to resize

IntegerCharExtensions Class

Auxiliary static class that provides extension methods to process Unicode characters in the semantics of the Syntactik parser.
Inheritance Hierarchy
SystemObject
  Syntactik.IOIntegerCharExtensions

Namespace:  Syntactik.IO
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public static class IntegerCharExtensions

The IntegerCharExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsEndOfOpenName
Returns true if the character can't be included in the open name.
Public methodStatic memberIsEndOfOpenString
Returns true if the character can't be included in the open string.
Public methodStatic memberIsIndentCharacter
Returns true if the character can be used in indentation.
Public methodStatic memberIsNewLineCharacter
Returns true if the character represents newline.
Public methodStatic memberIsSpaceCharacter
Returns true if the character represents whitespace.
Top
See Also