public Generic parse(@Nonnull Parameters p, Generic previousSumElement) throws ParseException {
   return parsePostfix(registry.getNames(), content, previousSumElement, p);
 }