Class 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()  
      • 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()