|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.tools.xref.CodebaseOutput
Field Summary | |
(package private) CodebaseXref |
d_cx
|
(package private) OutputHelper |
d_oh
|
Constructor Summary | |
CodebaseOutput(CodebaseXref cx)
|
Method Summary | |
(package private) void |
_outputClassChildren(String className)
This method recurses to the bottom of the inheritance hierarchy for the specified class and then descends back down to the specified className, outputting the name of each class on the way back down. |
(package private) void |
_outputClassParents(String className)
This method recurses to the top of the inheritance hierarchy for the specified class and then descends back down to the specified className, outputting the name of each class on the way back down. |
(package private) void |
_outputInterfaceChildren(String interfaceName)
This method recurses to the bottom of the inheritance hierarchy for the specified class and then descends back down to the specified className, outputting the name of each class on the way back down. |
(package private) void |
_outputInterfaceParents(String interfaceName)
This method recurses to the top of the inheritance hierarchy for the specified interface and then descends back down to the specified interfaceName, outputting the name of each interface on the way back down. |
(package private) String |
methodSignature(Method m)
|
(package private) void |
outputClassChildren(String className)
This method is a wrapper method for the _outputSuperClasses() method, which is mainly used to call the increaseIndent() and decreaseIndent() methods. |
(package private) void |
outputClasses(Package p)
|
(package private) void |
outputClassParents(String className)
This method is a wrapper method for the _outputSuperClasses() method, which is mainly used to call the increaseIndent() and decreaseIndent() methods. |
(package private) void |
outputFields(ClassInterface ci)
|
(package private) void |
outputHashtable(String title,
Hashtable ht)
This generic method is used by outputMethods() to display the contents of each of the where used containers in a Method object. |
(package private) void |
outputInstantiatedBy(ClassInterface ci)
|
(package private) void |
outputInterfaceChildren(String interfaceName)
This method is a wrapper method for the _outputSuperClasses() method, which is mainly used to call the increaseIndent() and decreaseIndent() methods. |
(package private) void |
outputInterfaceParents(String interfaceName)
This method is a wrapper method for the _outputInterfaceParents() method, which is mainly used to call the increaseIndent() and decreaseIndent() methods. |
(package private) void |
outputInterfaces(Package p)
|
(package private) void |
outputMethods(ClassInterface ci)
|
(package private) void |
outputPackagesClassesAndInterfaces()
|
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
CodebaseXref d_cx
OutputHelper d_oh
Constructor Detail |
public CodebaseOutput(CodebaseXref cx) throws IOException
Method Detail |
void _outputInterfaceParents(String interfaceName)
void outputInterfaceParents(String interfaceName)
void _outputInterfaceChildren(String interfaceName)
void outputInterfaceChildren(String interfaceName)
void _outputClassParents(String className)
void outputClassParents(String className)
void _outputClassChildren(String className)
void outputClassChildren(String className)
void outputFields(ClassInterface ci)
void outputInstantiatedBy(ClassInterface ci)
void outputHashtable(String title, Hashtable ht)
void outputMethods(ClassInterface ci)
String methodSignature(Method m)
void outputInterfaces(Package p)
void outputClasses(Package p)
void outputPackagesClassesAndInterfaces()
public void run()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |