Uses of Class
com.google.re2j.MachineInput
-
Uses of MachineInput in com.google.re2j
Subclasses of MachineInput in com.google.re2jModifier and TypeClassDescriptionprivate static classprivate static classMethods in com.google.re2j that return MachineInputModifier and TypeMethodDescription(package private) static MachineInputMachineInput.fromUTF16(CharSequence s) (package private) static MachineInputMachineInput.fromUTF16(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 MachineInputModifier and TypeMethodDescriptionprivate 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)