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

Method getTemplateSource

output/java/1.4.17/CompiledST.java:213–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211 }
212
213 public String getTemplateSource() {
214 Interval r = getTemplateRange();
215 return template.substring(r.a, r.b+1);
216 }
217
218 public Interval getTemplateRange() {
219 if ( isAnonSubtemplate ) {

Callers

nothing calls this directly

Calls 1

getTemplateRangeMethod · 0.95

Tested by

no test coverage detected