Compile a template.
(String srcName,
String name,
List<FormalArgument> args,
String template,
Token templateToken)
| 449 | /** Compile a template. */ |
| 450 | |
| 451 | public CompiledST compile(String srcName, |
| 452 | String name, |
| 453 | List<FormalArgument> args, |
| 454 | String template, |
| 455 | Token templateToken) // for error location { |
| 456 | //System.out.println("STGroup.compile: "+enclosingTemplateName); |
| 457 | Compiler c = new Compiler(this); |
| 458 | return c.compile(srcName, name, args, template, templateToken); |
| 459 | } |
no outgoing calls
no test coverage detected