public String getExpressionString() {
   if (hasExpr()) {
     return null;
   }
   return ASTUtils.stringifyNode(ast.getFirstChild());
 }