MCPcopy Create free account
hub / github.com/antlr/codebuff / importTemplates

Method importTemplates

output/java8/1.4.18/STGroupDir.java:101–105  ·  view source on GitHub ↗
(Token fileNameToken)

Source from the content-addressed store, hash-verified

99 }
100
101 @Override
102 public void importTemplates(Token fileNameToken) {
103 String msg = "import illegal in group files embedded in STGroupDirs; "+"import "+fileNameToken.getText()+" in STGroupDir "+this.getName();
104 throw new UnsupportedOperationException(msg);
105 }
106
107 /** Load a template from directory or group file. Group file is given
108 * precedence over directory with same name. {@code name} is always fully-qualified.

Callers

nothing calls this directly

Calls 2

getNameMethod · 0.95
getTextMethod · 0.65

Tested by

no test coverage detected