|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.tools.xref.SimplePackage
This class contains information about a Package, a list of interfaces and classes. These lists contain only names of interfaces and classes. The other class in this package named Package, is a more robust class in that it stores detailed information about each interface and class.
Field Summary | |
(package private) Vector |
d_classList
This vector contains class names that we know to be classes and not interfaces. |
(package private) Vector |
d_exceptionList
This vector contains exception names that are thrown by this package. |
(package private) Vector |
d_interfaceList
This vector contains interface names that we know to be interfaces and not classes. |
(package private) String |
d_packageName
|
(package private) Vector |
d_unknownList
This vector contains names that we do not know if they are classes or interfaces. |
Constructor Summary | |
(package private) |
SimplePackage(String name)
|
Method Summary | |
(package private) void |
addClass(String classSpec)
|
(package private) void |
addException(String exceptionSpec)
|
(package private) void |
addInterface(String interfaceSpec)
|
(package private) void |
addUnknown(String unknownSpec)
|
(package private) Vector |
getClassList()
|
(package private) Vector |
getExceptionList()
|
(package private) Vector |
getInterfaceList()
|
(package private) String |
getPackageName()
|
(package private) Vector |
getUnknownList()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
String d_packageName
Vector d_classList
Vector d_interfaceList
Vector d_exceptionList
Vector d_unknownList
Constructor Detail |
SimplePackage(String name)
Method Detail |
String getPackageName()
void addClass(String classSpec)
void addInterface(String interfaceSpec)
void addException(String exceptionSpec)
void addUnknown(String unknownSpec)
Vector getClassList()
Vector getInterfaceList()
Vector getExceptionList()
Vector getUnknownList()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |