Uses of Class
net.percederberg.grammatica.parser.re.Matcher

Packages that use Matcher
net.percederberg.grammatica.parser.re   
 

Uses of Matcher in net.percederberg.grammatica.parser.re
 

Methods in net.percederberg.grammatica.parser.re that return Matcher
 Matcher RegExp.matcher(CharBuffer str)
          Deprecated. The CharBuffer class has been deprecated in favor of ReaderBuffer as of version 1.5. Create a ReaderBuffer and use the matcher(ReaderBuffer) method instead of this one.
 Matcher RegExp.matcher(ReaderBuffer buffer)
          Creates a new matcher for the specified look-ahead character input stream.
 Matcher RegExp.matcher(java.lang.String str)
          Creates a new matcher for the specified string.