Package com.google.re2j
Class MachineInput.UTF8Input
- java.lang.Object
-
- com.google.re2j.MachineInput
-
- com.google.re2j.MachineInput.UTF8Input
-
- Enclosing class:
- MachineInput
private static class MachineInput.UTF8Input extends MachineInput
-
-
Field Summary
Fields Modifier and Type Field Description (package private) byte[]b(package private) intend(package private) intstart-
Fields inherited from class com.google.re2j.MachineInput
EOF
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleancanCheckPrefix()(package private) intcontext(int pos)(package private) intendPos()(package private) intindex(RE2 re2, int pos)(package private) intstep(int i)-
Methods inherited from class com.google.re2j.MachineInput
fromUTF16, fromUTF16, fromUTF8, fromUTF8
-
-
-
-
Method Detail
-
step
int step(int i)
- Specified by:
stepin classMachineInput
-
canCheckPrefix
boolean canCheckPrefix()
- Specified by:
canCheckPrefixin classMachineInput
-
index
int index(RE2 re2, int pos)
- Specified by:
indexin classMachineInput
-
context
int context(int pos)
- Specified by:
contextin classMachineInput
-
endPos
int endPos()
- Specified by:
endPosin classMachineInput
-
-