C# Class Dev2.Common.Dev2Tokenizer

Inheritance: IDev2Tokenizer, IDisposable
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
Dispose ( ) : void
HasMoreOps ( ) : bool

Determines whether [has more ops].

NextToken ( ) : string

Next the token.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CanUseEnumerator ( ) : bool

Determines whether this instance [can use enumerator].

Dev2Tokenizer ( string candiateString, IList ops, bool reversed ) : System
HasMoreData ( ) : bool

Determines whether [has more data].

MoveOpPointer ( ) : void

Moves the op pointer.

MoveStartIndex ( int newOffSet ) : void

Moves the start index.

RemainderToString ( ) : string

Remainders to string.

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

HasMoreOps() public méthode

Determines whether [has more ops].
public HasMoreOps ( ) : bool
Résultat bool

NextToken() public méthode

Next the token.
public NextToken ( ) : string
Résultat string