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

Method compilePattern

guava/src/com/google/common/base/Platform.java:91–94  ·  view source on GitHub ↗
(String pattern)

Source from the content-addressed store, hash-verified

89 }
90
91 static CommonPattern compilePattern(String pattern) {
92 Preconditions.checkNotNull(pattern);
93 return patternCompiler.compile(pattern);
94 }
95
96 static boolean patternCompilerIsPcreLike() {
97 return patternCompiler.isPcreLike();

Callers 3

compileMethod · 0.95
onPatternMethod · 0.95

Calls 2

checkNotNullMethod · 0.95
compileMethod · 0.65

Tested by

no test coverage detected