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