MCPcopy Index your code
hub / github.com/antlr/codebuff / getTemplateSource

Method getTemplateSource

output/java8/1.4.13/CompiledST.java:217–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215
216
217 public String getTemplateSource() {
218 Interval r = getTemplateRange();
219 return template.substring(r.a, r.b+1);
220 }
221
222
223 public Interval getTemplateRange() {

Callers

nothing calls this directly

Calls 1

getTemplateRangeMethod · 0.95

Tested by

no test coverage detected