Exemple #1
0
 private static boolean isParameter(VarSymbol var) {
   return (var.flags() & Flags.PARAMETER) != 0;
 }