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

Method doForward

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

Returns a representation of a as an instance of type B. If a cannot be converted, an unchecked exception (such as IllegalArgumentException) should be thrown. @param a the instance to convert; will never be null @return the converted instance; must not be null

(A a)

Source from the content-addressed store, hash-verified

143
144
145 protected abstract B doForward(A a);
146
147 /**
148 * Returns a representation of {@code b} as an instance of type {@code A}. If {@code b} cannot be

Callers 1

correctedDoForwardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected