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

Method Prog

java/com/google/re2j/Prog.java:26–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25 // Constructs an empty program.
26 Prog() {}
27
28 // Returns the instruction at the specified pc.
29 // Precondition: pc > 0 && pc < numInst().

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected