|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.copernicus.kernel.DependedClasses
public class DependedClasses
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.
Red (cxh) |
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 |
---|
public DependedClasses(java.util.Collection initialClasses)
Method Detail |
---|
public java.util.List list()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |