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

Method ST

output/java8/1.4.13/ST.java:153–158  ·  view source on GitHub ↗

Used by group creation routine, not by users

()

Source from the content-addressed store, hash-verified

151 /** Used by group creation routine, not by users */
152
153 protected ST() {
154 if ( STGroup.trackCreationEvents ) {
155 if ( debugState==null ) debugState = new ST. DebugState();
156 debugState.newSTEvent = new ConstructionEvent();
157 }
158 }
159
160 /** Used to make templates inline in code for simple things like SQL or log records.
161 * No formal arguments are set and there is no enclosing instance.

Callers

nothing calls this directly

Calls 5

isEmptyMethod · 0.65
sizeMethod · 0.65
compileMethod · 0.45
getFileNameMethod · 0.45

Tested by

no test coverage detected