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

Method isAnonSubtemplate

output/java8/1.4.19/ST.java:431–433  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

429 }
430
431 public boolean isAnonSubtemplate() {
432 return impl.isAnonSubtemplate;
433 }
434
435 public int write(STWriter out) throws IOException {
436 Interpreter interp = new Interpreter(groupThatCreatedThisInstance, impl.nativeGroup.errMgr, false);

Callers 3

toStringMethod · 0.95
updateCurrentSTMethod · 0.45
zip_mapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected