MCPcopy Create free account
hub / github.com/google/re2j / step

Method step

java/com/google/re2j/MachineInput.java:44–44  ·  view source on GitHub ↗
(int pos)

Source from the content-addressed store, hash-verified

42 // bits. Never negative, except for EOF which is represented as -1
43 // << 3 | 0.
44 abstract int step(int pos);
45
46 // can we look ahead without losing info?
47 abstract boolean canCheckPrefix();

Callers 1

replaceAllFuncMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected