Package org.joni
Class NativeMachine
- java.lang.Object
-
- org.jcodings.IntHolder
-
- org.joni.Matcher
-
- org.joni.NativeMachine
-
public abstract class NativeMachine extends Matcher
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NativeMachine(Regex regex, byte[] bytes, int p, int end)
-
Method Summary
-
Methods inherited from class org.joni.Matcher
getBegin, getEagerRegion, getEnd, getRegion, match, matchAt, matchInterruptible, msaInit, search, searchInterruptible, stateCheckBuffClear, stateCheckBuffInit
-
-
-
-
Constructor Detail
-
NativeMachine
protected NativeMachine(Regex regex, byte[] bytes, int p, int end)
-
-