Пример #1
0
 /**
  * Call the {@link freemarker.template.compiler.TemplateBuilder} with this comment instruction.
  *
  * @param builder the <code>TemplateBuilder</code> to be called back
  */
 public TemplateProcessor callBuilder(TemplateBuilder builder) throws ParseException {
   return builder.buildStatement(this);
 }