C# Class at.jku.ssw.Coco.CharSet

Datei anzeigen Open project: boogie-org/boogie-partners Class Usage Examples

Public Properties

Property Type Description
head Range

Public Methods

Method Description
And ( CharSet s ) : void
Clone ( ) : CharSet
Elements ( ) : int
Equals ( CharSet s ) : bool
Fill ( ) : void
First ( ) : int
Includes ( CharSet s ) : bool
Intersects ( CharSet s ) : bool
Or ( CharSet s ) : void
Set ( int i ) : void
Subtract ( CharSet s ) : void
this ( int i ) : bool

Method Details

And() public method

public And ( CharSet s ) : void
s CharSet
return void

Clone() public method

public Clone ( ) : CharSet
return CharSet

Elements() public method

public Elements ( ) : int
return int

Equals() public method

public Equals ( CharSet s ) : bool
s CharSet
return bool

Fill() public method

public Fill ( ) : void
return void

First() public method

public First ( ) : int
return int

Includes() public method

public Includes ( CharSet s ) : bool
s CharSet
return bool

Intersects() public method

public Intersects ( CharSet s ) : bool
s CharSet
return bool

Or() public method

public Or ( CharSet s ) : void
s CharSet
return void

Set() public method

public Set ( int i ) : void
i int
return void

Subtract() public method

public Subtract ( CharSet s ) : void
s CharSet
return void

this() public method

public this ( int i ) : bool
i int
return bool

Property Details

head public_oe property

public Range head
return Range