Package org.joni

Class SearchAlgorithm

    • Constructor Detail

      • SearchAlgorithm

        public SearchAlgorithm()
    • Method Detail

      • getName

        public abstract java.lang.String getName()
      • search

        public abstract int search​(Regex regex,
                                   byte[] text,
                                   int textP,
                                   int textEnd,
                                   int textRange)
      • searchBackward

        public abstract int searchBackward​(Regex regex,
                                           byte[] text,
                                           int textP,
                                           int adjustText,
                                           int textEnd,
                                           int textStart,
                                           int s_,
                                           int range_)