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

Method translateExpr

src/chap14/ToJava.java:23–25  ·  view source on GitHub ↗
(ASTree ast, TypeInfo from, TypeInfo to)

Source from the content-addressed store, hash-verified

21 public static final String ENV_TYPE = "chap11.ArrayEnv";
22
23 public static String translateExpr(ASTree ast, TypeInfo from, TypeInfo to) {
24 return translateExpr(((ASTreeEx)ast).translate(null), from, to);
25 }
26 public static String translateExpr(String expr, TypeInfo from,
27 TypeInfo to)
28 {

Callers 6

translateMethod · 0.80
translateAssignMethod · 0.80
translateMethod · 0.80
translateStmntMethod · 0.80
translateMethod · 0.80
translateMethod · 0.80

Calls 2

translateMethod · 0.45
typeMethod · 0.45

Tested by

no test coverage detected