Uses of Interface
org.acmsl.regexpplugin.MatchResult

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

Uses of MatchResult in org.acmsl.regexpplugin
 

Methods in org.acmsl.regexpplugin that return MatchResult
 MatchResult Matcher.getMatch()
          Retrieves the last match found due to a previous call to contains method.
 

Uses of MatchResult in org.acmsl.regexpplugin.gnuregexp
 

Classes in org.acmsl.regexpplugin.gnuregexp that implement MatchResult
 class MatchResultGNUAdapter
          Represents the result of match in a regexp parsing process using GNU Regexp 1.1.4 package.
 

Methods in org.acmsl.regexpplugin.gnuregexp that return MatchResult
 MatchResult MatcherGNUAdapter.getMatch()
          Retrieves the last match found due to a previous call to contains method.
 

Uses of MatchResult in org.acmsl.regexpplugin.jakartaoro
 

Classes in org.acmsl.regexpplugin.jakartaoro that implement MatchResult
 class MatchResultOROAdapter
          Represents the result of match in a regexp parsing process using Jakarta ORO package.
 

Methods in org.acmsl.regexpplugin.jakartaoro that return MatchResult
 MatchResult Perl5MatcherOROAdapter.getMatch()
          Retrieves the last match found due to a previous call to contains method.
 MatchResult AwkMatcherOROAdapter.getMatch()
          Retrieves the last match found due to a previous call to contains method.
 

Uses of MatchResult in org.acmsl.regexpplugin.jakartaregexp
 

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

Methods in org.acmsl.regexpplugin.jakartaregexp that return MatchResult
 MatchResult MatcherRegexpAdapter.getMatch()
          Retrieves the last match found due to a previous call to contains method.
 



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