MCPcopy Create free account
hub / github.com/ReadyTalk/avian / saveOffset

Method saveOffset

classpath/java/util/regex/PikeVM.java:196–198  ·  view source on GitHub ↗
(int pc, int index, int offset)

Source from the content-addressed store, hash-verified

194 }
195
196 public void saveOffset(int pc, int index, int offset) {
197 offsets[pc][index] = offset + 1;
198 }
199
200 public void setResult(Result result) {
201 // copy offsets

Callers 1

matchesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected