/** Return the list of initialization expressions. */
 public final Enumeration<Expression> getArgList() {
   return argList.elements();
 }