Click or drag to resize

PegCharParserOptimizedCharset Class

Represents an optimized character set matcher.
Inheritance Hierarchy
SystemObject
  Altaxo.Main.PegParserPegCharParserOptimizedCharset

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public sealed class OptimizedCharset

The PegCharParserOptimizedCharset type exposes the following members.

Constructors
 NameDescription
Public methodPegCharParserOptimizedCharset(BitArray) Initializes a new instance of the PegCharParserOptimizedCharset class.
Public methodPegCharParserOptimizedCharset(BitArray, Boolean) Initializes a new instance of the PegCharParserOptimizedCharset class.
Public methodPegCharParserOptimizedCharset(PegCharParserOptimizedCharsetRange, Char) Initializes a new instance of the PegCharParserOptimizedCharset class.
Public methodPegCharParserOptimizedCharset(PegCharParserOptimizedCharsetRange, Char, Boolean) Initializes a new instance of the PegCharParserOptimizedCharset class.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodMatches Determines whether the specified character matches the set.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also