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

Method replaceFrom

output/java_guava/1.4.13/CharMatcher.java:1770–1773  ·  view source on GitHub ↗
(CharSequence sequence, char replacement)

Source from the content-addressed store, hash-verified

1768 }
1769
1770 @Override
1771 public String replaceFrom(CharSequence sequence, char replacement) {
1772 return sequence.toString().replace(match, replacement);
1773 }
1774
1775 @Override
1776 public CharMatcher and(CharMatcher other) {

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.65
replaceMethod · 0.45

Tested by

no test coverage detected