MCPcopy Create free account
hub / github.com/chibash/stone / translate

Method translate

src/chap14/ToJava.java:263–263  ·  view source on GitHub ↗
(TypeInfo result)

Source from the content-addressed store, hash-verified

261 @Reviser public static class PrimaryEx2 extends FuncEvaluator.PrimaryEx {
262 public PrimaryEx2(List<ASTree> c) { super(c); }
263 public String translate(TypeInfo result) { return translate(0); }
264 public String translate(int nest) {
265 if (hasPostfix(nest)) {
266 String expr = translate(nest + 1);

Callers

nothing calls this directly

Calls 4

hasPostfixMethod · 0.80
postfixMethod · 0.80
translateMethod · 0.45
operandMethod · 0.45

Tested by

no test coverage detected