- java.lang.Object
-
- org.joni.Search.Forward
-
- Enclosing class:
- Search
abstract static class Search.Forward extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Forward()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract java.lang.StringgetName()(package private) abstract intsearch(Matcher matcher, byte[] text, int textP, int textEnd, int textRange)
-
-
-
Method Detail
-
getName
abstract java.lang.String getName()
-
search
abstract int search(Matcher matcher, byte[] text, int textP, int textEnd, int textRange)
-
-