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

Method Thread

java/com/google/re2j/Machine.java:22–24  ·  view source on GitHub ↗
(int n)

Source from the content-addressed store, hash-verified

20 // A logical thread in the NFA.
21 private static class Thread {
22 Thread(int n) {
23 this.cap = new int[n];
24 }
25
26 int[] cap;
27 Inst inst;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected