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

Method addValue

output/java_guava/1.4.19/Objects.java:312–315  ·  view source on GitHub ↗

Adds an unnamed value to the formatted output. It is strongly encouraged to use #add(String, Object) instead and give value a readable name.

(@Nullable Object value)

Source from the content-addressed store, hash-verified

310 */
311
312 @CanIgnoreReturnValue
313 public ToStringHelper addValue(@Nullable Object value) {
314 return addHolder(value);
315 }
316
317 /**
318 * Adds an unnamed value to the formatted output.

Callers 4

toStringMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45

Calls 2

addHolderMethod · 0.95
valueOfMethod · 0.45

Tested by

no test coverage detected