wt.tools.xref
Class Package
java.lang.Object
wt.tools.xref.Package
- public class Package
- extends Object
This class stores information about the classes and interfaces that exist in a Java package.
Field Summary |
(package private) String |
d_packageName
This field stores the fully qualified name of the package like: wt.query.specification |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
d_packageName
String d_packageName
- This field stores the fully qualified name of the package like: wt.query.specification
Package
Package(String name)
addClassInterface
void addClassInterface(ClassInterfaceSpec spec,
ClassInterface theClassInterface)