Uses of Interface
org.acmsl.regexpplugin.Matcher

Packages that use Matcher
org.acmsl.regexpplugin   
org.acmsl.regexpplugin.gnuregexp   
org.acmsl.regexpplugin.jakartaoro   
org.acmsl.regexpplugin.jakartaregexp   
 

Uses of Matcher in org.acmsl.regexpplugin
 

Methods in org.acmsl.regexpplugin that return Matcher
static Matcher RegexpManager.createMatcher()
          Creates a new pattern matcher.
 

Uses of Matcher in org.acmsl.regexpplugin.gnuregexp
 

Classes in org.acmsl.regexpplugin.gnuregexp that implement Matcher
 class MatcherGNUAdapter
          GNU Regexp 1.1.4 matcher adapter.
 

Uses of Matcher in org.acmsl.regexpplugin.jakartaoro
 

Classes in org.acmsl.regexpplugin.jakartaoro that implement Matcher
 class AwkMatcherOROAdapter
          Jakarta ORO-specific regexp compiler adapter.
 class Perl5MatcherOROAdapter
          Jakarta ORO-specific regexp compiler adapter.
 

Uses of Matcher in org.acmsl.regexpplugin.jakartaregexp
 

Classes in org.acmsl.regexpplugin.jakartaregexp that implement Matcher
 class MatcherRegexpAdapter
          Represents the result of match in a regexp parsing process using Jakarta Regexp package.
 



Copyright © 2003 ACM S.L.. All Rights Reserved.