* if the user ask for a specific math transform.
*/
final String lineSeparator = System.getProperty("line.separator", "\n");
for (final OperationMethod method : methods) {
arguments.out.write(lineSeparator);
writer.format(method);
}
} catch (NoSuchIdentifierException exception) {
arguments.err.println(exception.getLocalizedMessage());
return;
} catch (Exception exception) {