MCPcopy Create free account
hub / github.com/antlr/codebuff / precomputeCharMatcher

Method precomputeCharMatcher

output/java_guava/1.4.13/Platform.java:39–41  ·  view source on GitHub ↗
(CharMatcher matcher)

Source from the content-addressed store, hash-verified

37
38
39 static CharMatcher precomputeCharMatcher(CharMatcher matcher) {
40 return matcher.precomputedInternal();
41 }
42
43
44 static <T extends Enum<T>> Optional<T> getEnumIfPresent(Class<T> enumClass, String value) {

Callers 5

precomputedMethod · 0.95
precomputedMethod · 0.95
precomputedMethod · 0.95
precomputedMethod · 0.95
precomputedMethod · 0.95

Calls 1

precomputedInternalMethod · 0.45

Tested by

no test coverage detected