C# Class Dev2.Common.Dev2IndexOp

Inheritance: IDev2SplitOp
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
CanUseEnumerator ( bool isReversed ) : bool
ExecuteOperation ( System.CharEnumerator candidate, int startIdx, int len, bool isReversed ) : string
ExecuteOperation ( char candidate, int startIdx, bool isReversed ) : string
IsFinalOp ( ) : bool
OpLength ( ) : int

Private Methods

Method Description
Dev2IndexOp ( int index ) : System

Method Details

CanUseEnumerator() public method

public CanUseEnumerator ( bool isReversed ) : bool
isReversed bool
return bool

ExecuteOperation() public method

public ExecuteOperation ( System.CharEnumerator candidate, int startIdx, int len, bool isReversed ) : string
candidate System.CharEnumerator
startIdx int
len int
isReversed bool
return string

ExecuteOperation() public method

public ExecuteOperation ( char candidate, int startIdx, bool isReversed ) : string
candidate char
startIdx int
isReversed bool
return string

IsFinalOp() public method

public IsFinalOp ( ) : bool
return bool

OpLength() public method

public OpLength ( ) : int
return int