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

Method compile

output/java8/1.4.13/Compiler.java:90–94  ·  view source on GitHub ↗
(String template)

Source from the content-addressed store, hash-verified

88 }
89
90 public CompiledST compile(String template) {
91 CompiledST code = compile(null, null, null, template, null);
92 code.hasFormalArgs = false;
93 return code;
94 }
95
96 /** Compile full template with unknown formal arguments. */
97

Callers 1

Calls 5

defineFormalArgsMethod · 0.95
internalErrorMethod · 0.65
getTypeMethod · 0.45
getTreeMethod · 0.45

Tested by

no test coverage detected