Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.memoire.re.REMatchEnumeration

Uses of REMatchEnumeration in com.memoire.re
 

Methods in com.memoire.re that return REMatchEnumeration
 REMatchEnumeration RE.getMatchEnumeration(java.lang.Object input)
          Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
 REMatchEnumeration RE.getMatchEnumeration(java.lang.Object input, int index)
          Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
 REMatchEnumeration RE.getMatchEnumeration(java.lang.Object input, int index, int eflags)
          Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.