Searched refs:keepSpecifications (Results 1 – 4 of 4) sorted by relevance
354 private List extendKeepSpecifications(List keepSpecifications, in extendKeepSpecifications() argument359 if (keepSpecifications == null) in extendKeepSpecifications()361 keepSpecifications = new ArrayList(); in extendKeepSpecifications()364 keepSpecificationElement.appendTo(keepSpecifications, in extendKeepSpecifications()368 return keepSpecifications; in extendKeepSpecifications()
46 public void appendTo(List keepSpecifications, in appendTo() argument65 keepSpecifications.add(keepClassSpecification); in appendTo()
69 public void checkClassSpecifications(List keepSpecifications) in checkClassSpecifications() argument78 ClassSpecificationVisitorFactory.createClassPoolVisitor(keepSpecifications, in checkClassSpecifications()
699 private KeepClassSpecification[] extractKeepSpecifications(List keepSpecifications, in extractKeepSpecifications() argument705 for (int index = 0; index < keepSpecifications.size(); index++) in extractKeepSpecifications()707 …pClassSpecification keepClassSpecification = (KeepClassSpecification)keepSpecifications.get(index); in extractKeepSpecifications()1242 private List filteredKeepSpecifications(List keepSpecifications, in filteredKeepSpecifications() argument1247 for (int index = 0; index < keepSpecifications.size(); index++) in filteredKeepSpecifications()1250 (KeepClassSpecification)keepSpecifications.get(index); in filteredKeepSpecifications()1269 List keepSpecifications) in findMatchingKeepSpecifications() argument1271 if (keepSpecifications == null) in findMatchingKeepSpecifications()1278 for (int index = 0; index < keepSpecifications.size(); index++) in findMatchingKeepSpecifications()1281 (KeepClassSpecification)keepSpecifications.get(index); in findMatchingKeepSpecifications()[all …]