Can Cameo Generate a Report of Classes based on Public/Private/Protected status?

We're using Cameo's Code Engineering tool to generate class diagrams based off of pre-existing Java code. One of the things we have been tasked with is to identify code that is dead or orphaned, and in order to try to figure that out, I wanted to generate a list of the classes in the model based on whether they were set to private or protected.

However, when I look at the classes that we have in our model in Cameo's Specification window, the visibility for all of them are set to public. I've cross-checked this against our Java code, specifically for classes that are set to private or protected, and that particular attribute doesn't always line up. So, I'm wondering two things:

1.) Is the visibility attribute in the Specification window specific to visibility of the class in the Cameo model, and not related to the actual attribute in the code?

2.) Is there a way to generate a report of all of the classes, sorted/filtered based on whether a class is protected, public, or private in the actual source code?

Thanks for your help!