Usage: java gnu.tools.ClassTool [options] class ... Scoping Options: -0, --none Show class declaration only -1, --public Show public members -2, --protected Show public and protected members -3, --package Show public, protected and package members (default) -4, --private Show all members -e, --exclude [type] Exclude members of type -i, --include [type] Include members of type (For include and exclude options, type is one of public, protected, package and private. Multiple exclude/include arguments are allowed.) Suppression Options: -n, --no-inner Suppress all inner classes and interfaces -f, --no-fields Suppress all fields -c, --no-constructors Suppress all constructors -m, --no-methods Suppress all methods -x, --compatibility Suppress 'native' and 'synchronized' keywords Formatting Options: -s, --stubs Print { } blocks instead of semicolons for methods -t, --tab-size [size] Set number of spaces used for indentation (default 4) -h, --help Show this list of commands -v, --version Show version information