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

Method compile

guava/src/com/google/common/base/CommonPattern.java:36–38  ·  view source on GitHub ↗
(String pattern)

Source from the content-addressed store, hash-verified

34 public abstract String toString();
35
36 public static CommonPattern compile(String pattern) {
37 return Platform.compilePattern(pattern);
38 }
39
40 public static boolean isPcreLike() {
41 return Platform.patternCompilerIsPcreLike();

Callers

nothing calls this directly

Calls 1

compilePatternMethod · 0.95

Tested by

no test coverage detected