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

Method compile

output/java8/1.4.17/Compiler.java:87–91  ·  view source on GitHub ↗
(String template)

Source from the content-addressed store, hash-verified

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

Callers 2

compileMethod · 0.95

Calls 5

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

Tested by

no test coverage detected