refactor to implement library annotations

This commit is contained in:
Pavel Talanov
2012-01-30 23:06:49 +04:00
parent 7a61a7520d
commit e4d43c5147
10 changed files with 787 additions and 431 deletions
@@ -353,6 +353,8 @@ public class AstUtil {
public JsNode mutate(JsNode node);
}
//TODO: move somewhere
//TODO: refactor and review
public static JsNode mutateLastExpression(JsNode node, Mutator mutator) {
if (node instanceof JsBlock) {