Method | Description | |
---|---|---|
DiffState ( ) : System | ||
HasValidLength ( int newStart, int newEnd, int maxPossibleDestLength ) : bool | ||
SetMatch ( int start, int length ) : void | ||
SetNoMatch ( ) : void |
Method | Description | |
---|---|---|
SetToUnkown ( ) : void |
public HasValidLength ( int newStart, int newEnd, int maxPossibleDestLength ) : bool | ||
newStart | int | |
newEnd | int | |
maxPossibleDestLength | int | |
return | bool |
public SetMatch ( int start, int length ) : void | ||
start | int | |
length | int | |
return | void |