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

Afficher le fichier Open project: boogie-org/boogie-partners Class Usage Examples

Méthodes publiques

Свойство Type Description
head Range

Méthodes publiques

Méthode 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 méthode

public And ( CharSet s ) : void
s CharSet
Résultat void

Clone() public méthode

public Clone ( ) : CharSet
Résultat CharSet

Elements() public méthode

public Elements ( ) : int
Résultat int

Equals() public méthode

public Equals ( CharSet s ) : bool
s CharSet
Résultat bool

Fill() public méthode

public Fill ( ) : void
Résultat void

First() public méthode

public First ( ) : int
Résultat int

Includes() public méthode

public Includes ( CharSet s ) : bool
s CharSet
Résultat bool

Intersects() public méthode

public Intersects ( CharSet s ) : bool
s CharSet
Résultat bool

Or() public méthode

public Or ( CharSet s ) : void
s CharSet
Résultat void

Set() public méthode

public Set ( int i ) : void
i int
Résultat void

Subtract() public méthode

public Subtract ( CharSet s ) : void
s CharSet
Résultat void

this() public méthode

public this ( int i ) : bool
i int
Résultat bool

Property Details

head public_oe property

public Range head
Résultat Range