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

Method convert

output/java_guava/1.4.13/Converter.java:172–176  ·  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

170 */
171
172 @Nullable
173 @CanIgnoreReturnValue
174 public final B convert(@Nullable A a) {
175 return correctedDoForward(a);
176 }
177
178 @Nullable
179 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