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

Method builder

output/java_guava/1.4.19/Escapers.java:81–83  ·  view source on GitHub ↗

Returns a builder for creating simple, fast escapers. A builder instance can be reused and each escaper that is created will be a snapshot of the current builder state. Builders are not thread safe. The initial state of the builder is such that: There are no replacement mappings {@c

()

Source from the content-addressed store, hash-verified

79
80
81 public static Builder builder() {
82 return new Builder();
83 }
84
85 /**
86 * A builder for simple, fast escapers.

Callers 2

HtmlEscapersClass · 0.95
XmlEscapersClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected