Uses of Class
wt.tools.xref.SimplePackage

Packages that use SimplePackage
wt.tools.xref   
 

Uses of SimplePackage in wt.tools.xref
 

Methods in wt.tools.xref with parameters of type SimplePackage
(package private)  void pdl.Phase2.addDependency(String currentClassSpec, SimplePackage packageInfo, String dependentClassSpec)
          This method adds the specified dependentClassSpec to the specified SimplePackage object.
(package private)  void pdl.Phase2.processCode(ClassFile cf, CodeAttrInfo cai, SimplePackage theSimplePackage)
          This method walks through the ByteCode watching for more subtle dependencies that only show up in the Byte Code.
(package private)  void pdl.Phase2.dependencyCheck(ClassFile cf, SimplePackage theSimplePackage)
          This method scans the bytecode in methods for more remote dependencies