MCPcopy
hub / github.com/google/guava / matcher

Method matcher

guava/src/com/google/common/base/JdkPattern.java:32–35  ·  view source on GitHub ↗
(CharSequence t)

Source from the content-addressed store, hash-verified

30 }
31
32 @Override
33 public CommonMatcher matcher(CharSequence t) {
34 return new JdkMatcher(pattern.matcher(t));
35 }
36
37 @Override
38 public String pattern() {

Callers 8

acceptMethod · 0.45
applyMethod · 0.45
onPatternInternalMethod · 0.45
tryParseMethod · 0.45
tryParseMethod · 0.45
checkTryParseMethod · 0.45
createMatchResultMethod · 0.45

Calls

no outgoing calls

Tested by 3

checkTryParseMethod · 0.36
createMatchResultMethod · 0.36