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

Method empty

java/com/google/re2j/Compiler.java:168–173  ·  view source on GitHub ↗
(int op)

Source from the content-addressed store, hash-verified

166
167 // op is a bitmask of EMPTY_* flags.
168 private Frag empty(int op) {
169 Frag f = newInst(Inst.EMPTY_WIDTH);
170 prog.getInst(f.i).arg = op;
171 f.out = f.i << 1;
172 return f;
173 }
174
175 private Frag rune(int rune, int flags) {
176 return rune(new int[] {rune}, flags);

Callers 1

compileMethod · 0.95

Calls 2

newInstMethod · 0.95
getInstMethod · 0.80

Tested by

no test coverage detected