(TypeInfo result)
| 300 | @Reviser public static class VarStmntEx3 extends TypeChecker.VarStmntEx2 { |
| 301 | public VarStmntEx3(List<ASTree> c) { super(c); } |
| 302 | public String translate(TypeInfo result) { |
| 303 | return LOCAL + index + "=" |
| 304 | + translateExpr(initializer(), valueType, varType); |
| 305 | } |
| 306 | } |
| 307 | } |
nothing calls this directly
no test coverage detected