Uses of Class
com.google.re2j.MachineInput
-
-
Uses of MachineInput in com.google.re2j
Subclasses of MachineInput in com.google.re2j Modifier and Type Class Description private static classMachineInput.UTF16Inputprivate static classMachineInput.UTF8InputMethods in com.google.re2j that return MachineInput Modifier and Type Method Description (package private) static MachineInputMachineInput. fromUTF16(java.lang.CharSequence s)(package private) static MachineInputMachineInput. fromUTF16(java.lang.CharSequence s, int start, int end)(package private) static MachineInputMachineInput. fromUTF8(byte[] b)(package private) static MachineInputMachineInput. fromUTF8(byte[] b, int start, int end)Methods in com.google.re2j with parameters of type MachineInput Modifier and Type Method Description private voidRE2. allMatches(MachineInput input, int n, RE2.DeliverFunc deliver)private int[]RE2. doExecute(MachineInput in, int pos, int anchor, int ncap)(package private) booleanMachine. match(MachineInput in, int pos, int anchor)
-