ptolemy.copernicus.kernel
Class DependedClasses

java.lang.Object
  extended by 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: DependedClasses.java,v 1.21 2006/02/07 00:48:27 cxh Exp $
Author:
Steve Neuendorffer
Accepted Rating:
Red (cxh)
Proposed Rating:
Red (cxh)

Constructor Summary
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
 java.util.List list()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependedClasses

public 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 Detail

list

public java.util.List list()