Uses of Interface
pmp.MatcherIface

Packages that use MatcherIface
pmp This package contains core classes of PMP macroprocessor. 
 

Uses of MatcherIface in pmp
 

Classes in pmp that implement MatcherIface
 class EmptyMatcher
          Represents empty regular expression matcher.
 class FailingMatcher
          Represents never-matching regular expression matcher.
 class JavaMatcher
          Represents regular expression analyzer.