Searched refs:getVars (Results 1 – 2 of 2) sorted by relevance
83 for (final Map.Entry<String, Str> entry: block.getVars().entrySet()) { in convert()95 for (String prevName: prevBlock.getVars().keySet()) { in convert()96 if (!block.getVars().containsKey(prevName)) { in convert()
91 public TreeMap<String, Str> getVars() { in getVars() method in MakeConfig.Block155 for (Map.Entry<String,Str> var: block.getVars().entrySet()) { in printToStream()