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

Method replaceFrom

output/java_guava/1.4.19/CharMatcher.java:1751–1754  ·  view source on GitHub ↗
(CharSequence sequence, char replacement)

Source from the content-addressed store, hash-verified

1749 }
1750
1751 @Override
1752 public String replaceFrom(CharSequence sequence, char replacement) {
1753 return sequence.toString().replace(match, replacement);
1754 }
1755
1756 @Override
1757 public CharMatcher and(CharMatcher other) {

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.65
replaceMethod · 0.45

Tested by

no test coverage detected