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

Method pattern

java/com/google/re2j/Pattern.java:93–95  ·  view source on GitHub ↗

Returns the pattern used in the constructor.

()

Source from the content-addressed store, hash-verified

91 * Returns the pattern used in the constructor.
92 */
93 public String pattern() {
94 return pattern;
95 }
96
97 RE2 re2() {
98 return re2;

Callers 3

testCompileMethod · 0.95
testCompileFlagsMethod · 0.95
assertSerializesMethod · 0.95

Calls

no outgoing calls

Tested by 3

testCompileMethod · 0.76
testCompileFlagsMethod · 0.76
assertSerializesMethod · 0.76