Class MachineInput.UTF8Input
java.lang.Object
com.google.re2j.MachineInput
com.google.re2j.MachineInput.UTF8Input
- Enclosing class:
MachineInput
/ Implementations
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final byte[](package private) final int(package private) final intFields inherited from class MachineInput
EOF -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MachineInput
fromUTF16, fromUTF16, fromUTF8, fromUTF8
-
Field Details
-
b
final byte[] b -
start
final int start -
end
final int end
-
-
Constructor Details
-
UTF8Input
UTF8Input(byte[] b) -
UTF8Input
UTF8Input(byte[] b, int start, int end)
-
-
Method Details
-
step
int step(int i) Description copied from class:MachineInput/ Interface- Specified by:
stepin classMachineInput
-
canCheckPrefix
boolean canCheckPrefix()- Specified by:
canCheckPrefixin classMachineInput
-
index
- Specified by:
indexin classMachineInput
-
context
int context(int pos) - Specified by:
contextin classMachineInput
-
endPos
int endPos()- Specified by:
endPosin classMachineInput
-