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

Method index

java/com/google/re2j/MachineInput.java:51–51  ·  view source on GitHub ↗
(RE2 re2, int pos)

Source from the content-addressed store, hash-verified

49 // Returns the index relative to |pos| at which |re2.prefix| is found
50 // in this input stream, or a negative value if not found.
51 abstract int index(RE2 re2, int pos);
52
53 // Returns a bitmask of EMPTY_* flags.
54 abstract int context(int pos);

Callers 1

matchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected