removed accidentally commited files.

This commit is contained in:
Pavel Talanov
2011-12-12 15:27:06 +04:00
parent b0fbdb05e2
commit 1d8d6e5146
24 changed files with 717 additions and 403 deletions
@@ -327,4 +327,9 @@ public class AstUtil {
public static JsExpression equalsTrue(JsExpression expression, JsProgram program) {
return equals(expression, program.getTrueLiteral());
}
public static JsBinaryOperation sum(JsExpression left, JsExpression right) {
return new JsBinaryOperation(JsBinaryOperator.ADD, left, right);
}
}