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

Method doForward

output/java_guava/1.4.16/Longs.java:436–439  ·  view source on GitHub ↗
(String value)

Source from the content-addressed store, hash-verified

434 static final LongConverter INSTANCE = new LongConverter();
435
436 @Override
437 protected Long doForward(String value) {
438 return Long.decode(value);
439 }
440
441 @Override
442 protected String doBackward(Long value) {

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected