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

Method toString

java/com/google/re2j/RE2.java:286–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284 }
285
286 @Override
287 public String toString() {
288 return expr;
289 }
290
291 // doExecute() finds the leftmost match in the input and returns
292 // the position of its subexpressions.

Callers 13

testFindUTF8Method · 0.95
testRE2Method · 0.95
getInitializerMethod · 0.45
substringMethod · 0.45
quoteReplacementMethod · 0.45
replaceMethod · 0.45
asBytesMethod · 0.45
compileImplMethod · 0.45
replaceAllFuncMethod · 0.45
quoteMetaMethod · 0.45
repeatMethod · 0.45

Calls

no outgoing calls

Tested by 2

testFindUTF8Method · 0.76
testRE2Method · 0.76