()
| 7 | public TypeTag type() { return (TypeTag)child(1); } |
| 8 | public ASTree initializer() { return child(2); } |
| 9 | public String toString() { |
| 10 | return "(var " + name() + " " + type() + " " + initializer() + ")"; |
| 11 | } |
| 12 | } |
nothing calls this directly
no test coverage detected