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

Method convert

output/java_guava/1.4.19/Converter.java:171–175  ·  view source on GitHub ↗

Returns a representation of a as an instance of type B. @return the converted value; is null if and only if a is null

(@Nullable A a)

Source from the content-addressed store, hash-verified

169 */
170
171 @Nullable
172 @CanIgnoreReturnValue
173 public final B convert(@Nullable A a) {
174 return correctedDoForward(a);
175 }
176
177 @Nullable
178 B correctedDoForward(@Nullable A a) {

Callers 5

nextMethod · 0.95
applyMethod · 0.95
elapsedMethod · 0.45
toStringMethod · 0.45
chooseUnitMethod · 0.45

Calls 1

correctedDoForwardMethod · 0.95

Tested by

no test coverage detected