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

Method StringIterator

java/com/google/re2j/Parser.java:710–712  ·  view source on GitHub ↗
(String str)

Source from the content-addressed store, hash-verified

708 private int pos = 0; // current position in UTF-16 string
709
710 StringIterator(String str) {
711 this.str = str;
712 }
713
714 // Returns the cursor position. Do not interpret the result!
715 int pos() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected