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