(RE2 re2, int pos)
| 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); |