All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.util.ClassTreeDumper

java.lang.Object
   |
   +----benno.util.ClassTreeDumper

public class ClassTreeDumper
extends Object
This package dumps the class tree of a specified class to System.out. It can be useful in debugging / hacking. Probably not much use in an end application.

Version:
$Revision: 1.3 $
Author:
Ben Clifford

Constructor Index

 o ClassTreeDumper()

Method Index

 o dumpTree(Class)
the main entry point for this utility - dumps the tree of class k to System.out.

Constructors

 o ClassTreeDumper
 public ClassTreeDumper()

Methods

 o dumpTree
 public static void dumpTree(Class k)
the main entry point for this utility - dumps the tree of class k to System.out.

Parameters:
k - The class object to be dumped.

All Packages  Class Hierarchy  This Package  Previous  Next  Index