+1 I think "intent" should be "indent" for indentation.
This would be a terser representation of operators, although I realize it's a matter of taste:
var operators = {
POSTFIX_INCREMENT : "++",
POSTFIX_DECREMENT: "--",
...
};
operators[Kind.POSTFIX_INCREMENT] // can use Java enum values as keys
-- Hannes
Am 2015-03-19 um 05:45 schrieb A. Sundararajan:
Please review http://cr.openjdk.java.net/~sundar/8006996/ for https://bugs.openjdk.java.net/browse/JDK-8006996Thanks, -Sundar
