Package org.joni

Class MatcherFactory


  • abstract class MatcherFactory
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static MatcherFactory DEFAULT  
    • Constructor Summary

      Constructors 
      Constructor Description
      MatcherFactory()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract Matcher create​(Regex regex, Region region, byte[] bytes, int p, int end)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MatcherFactory

        MatcherFactory()
    • Method Detail

      • create

        abstract Matcher create​(Regex regex,
                                Region region,
                                byte[] bytes,
                                int p,
                                int end)