out.addSubSection("PARAMS");
out.addProperties(pop.getProperties());
out.addSubSection("EPL-OPCODES");
for (final ProgramExtensionTemplate temp : pop.getContext()
.getFunctions().getOpCodes()) {
out.addColumn(temp.getName());
out.addColumn(temp.getChildNodeCount());
out.writeLine();
}
out.addSubSection("EPL-SYMBOLIC");
out.addColumn("name");