C# Class NRegex.Bitset

Inheritance: UnicodeConstants
ファイルを表示 Open project: olabini/nregex Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
Add ( bool bs1, bool bs2, int from, int to, bool inv ) : int
Add ( Bitset bs ) : void
Add ( Bitset bs, bool inverse ) : void
AddImpl ( Bitset bs1, Bitset bs2, bool inv ) : int
Bitset ( ) : System
EnableLargeMode ( ) : void
GetWeight ( ) : int
Intersect ( Bitset bs ) : void
Intersect ( Bitset bs, bool inverse ) : void
IsLarge ( ) : bool
IsPositive ( ) : bool
Reset ( ) : void
Set ( bool arr, bool value, int from, int to ) : int
SetCategory ( int c ) : void
SetChar ( char c ) : void
SetChars ( string chars ) : void
SetDigit ( bool unicode ) : void
SetPositive ( bool b ) : void
SetRange ( char c1, char c2 ) : void
SetSpace ( bool unicode ) : void
SetWordChar ( bool unicode ) : void
Subtract ( bool bs1, bool bs2, int from, int to, bool inv ) : int
Subtract ( Bitset bs ) : void
Subtract ( Bitset bs, bool inverse ) : void
SubtractImpl ( Bitset bs1, Bitset bs2, bool inv ) : int
Unify ( Bitset bs, Term term ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string