Package org.joni

Class MatcherFactory

java.lang.Object
org.joni.MatcherFactory

abstract class MatcherFactory extends Object
  • Field Details

  • Constructor Details

    • MatcherFactory

      MatcherFactory()
  • Method Details

    • create

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