Save This Page
Home » Open-JDK-6.b17-src » java » util » regex » [javadoc | source]
java.util.regex
static final class: Pattern.First [javadoc | source]
java.lang.Object
   java.util.regex.Pattern.Node
      java.util.regex.Pattern$First
Searches until the next instance of its atom. This is useful for finding the atom efficiently without passing an instance of it (greedy problem) and without a lot of wasted search time (reluctant problem).
Field Summary
 Node atom     
Fields inherited from java.util.regex.Pattern$Node:
next
Constructor:
 First(Node node) 
Method from java.util.regex.Pattern$First Summary:
match,   study
Methods from java.util.regex.Pattern$Node:
match,   study
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.util.regex.Pattern$First Detail:
 boolean match(Matcher matcher,
    int i,
    CharSequence seq) 
 boolean study(TreeInfo info)