Package org.joni

Class Search.Backward

  • Enclosing class:
    Search

    abstract static class Search.Backward
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Backward()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract int search​(Matcher matcher, byte[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int range_)  
      • Methods inherited from class java.lang.Object

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

      • Backward

        Backward()
    • Method Detail

      • search

        abstract int search​(Matcher matcher,
                            byte[] text,
                            int textP,
                            int adjustText,
                            int textEnd,
                            int textStart,
                            int s_,
                            int range_)