This interface is used to enumerate classes in a compile unit or package, as well as interfaces, inner classes, and subclasses of a class.
IJavaClasses : IDispatch
This interface defines the following members.
| Member | Description |
| Add | Inserts a class or interface into the collection by modifying the code that the collection describes. |
| Count | The number of classes in the collection. |
| Item | Returns an IJavaClass item from the collection. |
| Remove | Removes a class from the collection by modifying the code that the collection describes. |