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

Method doForward

output/java_guava/1.4.16/Shorts.java:349–352  ·  view source on GitHub ↗
(String value)

Source from the content-addressed store, hash-verified

347 static final ShortConverter INSTANCE = new ShortConverter();
348
349 @Override
350 protected Short doForward(String value) {
351 return Short.decode(value);
352 }
353
354 @Override
355 protected String doBackward(Short value) {

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected