|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.stevesoft.pat.Skip
|
+--com.stevesoft.pat.Skip2
This is the same as Skip, except it needs a minimum of two characters in the initializing String.
Skip,
SkipBMH| Constructor Summary | |
Skip2(java.lang.String s,
boolean ign,
int offset)
|
|
| Method Summary | |
int |
find(StringLike s,
int start,
int end)
Searches a given region of text beginning at position start and ending at position end for the skip object. |
| Methods inherited from class com.stevesoft.pat.Skip |
find,
offset,
string |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Skip2(java.lang.String s,
boolean ign,
int offset)
| Method Detail |
public int find(StringLike s,
int start,
int end)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||