Compile a template.
(String srcName,
String name,
List<FormalArgument> args,
String template,
Token templateToken)
| 462 | /** Compile a template. */ |
| 463 | |
| 464 | public CompiledST compile(String srcName, |
| 465 | String name, |
| 466 | List<FormalArgument> args, |
| 467 | String template, |
| 468 | Token templateToken) // for error location { |
| 469 | //System.out.println("STGroup.compile: "+enclosingTemplateName); |
| 470 | Compiler c = new Compiler(this); |
| 471 | return c.compile(srcName, name, args, template, templateToken); |
| 472 | } |
no outgoing calls
no test coverage detected