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

Method pattern

java/com/google/re2j/Matcher.java:98–100  ·  view source on GitHub ↗

Returns the Pattern associated with this Matcher.

()

Source from the content-addressed store, hash-verified

96
97 /** Returns the {@code Pattern} associated with this {@code Matcher}. */
98 public Pattern pattern() {
99 return pattern;
100 }
101
102 /**
103 * Resets the {@code Matcher}, rewinding input and discarding any match information.

Callers 2

testProgramSizeMethod · 0.95
assertSerializesMethod · 0.45

Calls

no outgoing calls

Tested by 2

testProgramSizeMethod · 0.76
assertSerializesMethod · 0.36