Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ getTemplateSource
Method
getTemplateSource
output/java8/1.4.19/CompiledST.java:221–224 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
219
220
221
public
String getTemplateSource() {
222
Interval r = getTemplateRange();
223
return
template.substring(r.a, r.b+1);
224
}
225
226
227
public
Interval getTemplateRange() {
Callers
nothing calls this directly
Calls
1
getTemplateRange
Method · 0.95
Tested by
no test coverage detected