Package ptolemy.copernicus.kernel
Class DependedClasses
- java.lang.Object
-
- ptolemy.copernicus.kernel.DependedClasses
-
public class DependedClasses extends java.lang.Object
Collect all the classes that a set of classes depends on. This includes: Any superclass. Any interface. The declaring class of any field or method referenced from the class.- Since:
- Ptolemy II 4.0
- Version:
- $Id$
- Author:
- Steve Neuendorffer
- Pt.AcceptedRating:
- Red (cxh)
- Pt.ProposedRating:
- Red (cxh)
-
-
Constructor Summary
Constructors Constructor Description DependedClasses(java.util.Collection initialClasses)
Create a new set of classes that contains all of the classes that are required to load the given set of initial classes.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List
list()
-