MCPcopy Create free account
hub / github.com/antlr/codebuff / compile

Method compile

output/java/1.4.15/STGroup.java:465–470  ·  view source on GitHub ↗

Compile a template.

(String srcName,
                              String name,
                              List<FormalArgument> args,
                              String template,
                              Token templateToken)

Source from the content-addressed store, hash-verified

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

Callers 5

createSingletonMethod · 0.95
defineTemplateMethod · 0.95
defineRegionMethod · 0.95
loadTemplateFileMethod · 0.45
STMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected