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

Method isDictionary

output/java8/1.4.14/STGroup.java:321–323  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

319 }
320
321 public boolean isDictionary(String name) {
322 return dictionaries.get(name)!=null;
323 }
324
325 /** for testing */
326

Callers 1

getDictionaryMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected