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

Method getTemplateSource

output/java/1.4.12/CompiledST.java:209–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207 }
208
209 public String getTemplateSource() {
210 Interval r = getTemplateRange();
211 return template.substring(r.a, r.b+1);
212 }
213
214 public Interval getTemplateRange() {
215 if ( isAnonSubtemplate ) {

Callers

nothing calls this directly

Calls 1

getTemplateRangeMethod · 0.95

Tested by

no test coverage detected