Searched refs:classNames (Results 1 – 1 of 1) sorted by relevance
44 private final Set<String> classNames = new HashSet<String>(); field in ClassReferenceListBuilder72 classNames.add(name.substring(0, name.length() - CLASS_EXTENSION.length())); in addRoots()95 return classNames; in getClassNames()145 if (classNames.contains(classBinaryName)) { in addClassWithHierachy()151 classNames.add(classBinaryName); in addClassWithHierachy()