(ASTree ast, TypeInfo from, TypeInfo to)
| 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 | { |
no test coverage detected