- All Implemented Interfaces:
Matcher
-
Constructor Summary
Constructors
FjsMatcher(List<io.trino.likematcher.Pattern> pattern,
int start,
int end,
boolean exact)
-
Method Summary
boolean
match(byte[] input,
int offset,
int length)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FjsMatcher
public FjsMatcher(List<io.trino.likematcher.Pattern> pattern,
int start,
int end,
boolean exact)
-
Method Details
-
match
public boolean match(byte[] input,
int offset,
int length)
- Specified by:
match in interface Matcher