GWT 2.7.0

Uses of Class
com.google.gwt.regexp.shared.MatchResult

Packages that use MatchResult
com.google.gwt.regexp.shared A regular expression package based on the capabilities of Javascript's RegExp. 
 

Uses of MatchResult in com.google.gwt.regexp.shared
 

Methods in com.google.gwt.regexp.shared that return MatchResult
 MatchResult RegExp.exec(java.lang.String input)
          Applies the regular expression to the given string.
 


GWT 2.7.0