Exemple #1
0
 public String exprToString() {
   if (scope == Scope.IMPORTED) return "";
   return expr == null ? "label" : expr.toString();
 }