v11.2.0-beta3
* Make logger final * Rename EvalutionOrder enum entries to match JLS * Remove unnecessary semicolon * Make empty constructor protected * Remove overridden shutdown method to simply inherit it * Put array designator on type not the variable * Drastically simplify evaluateExp by stripping it of Boolean literals * Use while loop for for loops that are actually while loops * Prefer isEmpty() to checking size()