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

Method context

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

Source from the content-addressed store, hash-verified

52
53 // Returns a bitmask of EMPTY_* flags.
54 abstract int context(int pos);
55
56 // Returns the end position in the same units as step().
57 abstract int endPos();

Callers 1

matchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected