com.stevesoft.pat
Class Skip2

java.lang.Object
  |
  +--com.stevesoft.pat.Skip
        |
        +--com.stevesoft.pat.Skip2

public class Skip2
extends Skip

This is the same as Skip, except it needs a minimum of two characters in the initializing String.

See Also:
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

Skip2

public Skip2(java.lang.String s,
             boolean ign,
             int offset)
Method Detail

find

public int find(StringLike s,
                int start,
                int end)
Description copied from class: Skip
Searches a given region of text beginning at position start and ending at position end for the skip object.
Overrides:
find in class Skip