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

Method test3

output/java8/1.4.19/STViz.java:503–511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

501 }
502
503 public static void test3() throws IOException
504 {
505 String templates = "main() ::= <<\n"+"Foo: <{bar};format=\"lower\">\n"+">>\n";
506 String tmpdir = System.getProperty("java.io.tmpdir");
507 writeFile(tmpdir, "t.stg", templates);
508 STGroup group = new STGroupFile(tmpdir+"/"+"t.stg");
509 ST st = group.getInstanceOf("main");
510 st.inspect();
511 }
512
513 public static void test4() throws IOException
514 {

Callers 1

mainMethod · 0.95

Calls 4

writeFileMethod · 0.95
inspectMethod · 0.95
getPropertyMethod · 0.65
getInstanceOfMethod · 0.45

Tested by

no test coverage detected