Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/re2j
/ Compiler
Method
Compiler
java/com/google/re2j/Compiler.java:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
private
final
Prog prog =
new
Prog();
// Program being built
49
50
private
Compiler() {
51
newInst(Inst.FAIL);
// always the first instruction
52
}
53
54
static
Prog compileRegexp(Regexp re) {
55
Compiler c =
new
Compiler();
Callers
nothing calls this directly
Calls
1
newInst
Method · 0.95
Tested by
no test coverage detected