C# Class Dev2.Common.Dev2Tokenizer

Inheritance: IDev2Tokenizer, IDisposable
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
Dispose ( ) : void
HasMoreOps ( ) : bool

Determines whether [has more ops].

NextToken ( ) : string

Next the token.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HasMoreOps() public method

Determines whether [has more ops].
public HasMoreOps ( ) : bool
return bool

NextToken() public method

Next the token.
public NextToken ( ) : string
return string