Uses of Class
gnu.regexp.REMatchEnumeration

Packages that use REMatchEnumeration
gnu.regexp   
 

Uses of REMatchEnumeration in gnu.regexp
 

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