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

Method doForward

output/java_guava/1.4.19/Ints.java:353–356  ·  view source on GitHub ↗
(String value)

Source from the content-addressed store, hash-verified

351 static final IntConverter INSTANCE = new IntConverter();
352
353 @Override
354 protected Integer doForward(String value) {
355 return Integer.decode(value);
356 }
357
358 @Override
359 protected String doBackward(Integer value) {

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected