corcls retrieve the return type of the method. note that we can only do so on a normal method, not on a ctor. to detect the difference, we check that the parameter is an instanceof MethodInfo. getModifiers returns a string representing the modifiers on a method. The method only applies to an actual method, not a constructor. It determines the difference by testing instanceof MethodInfo. Get the modifiers for the class (public, final, abstract). retrieves the modifiers on the field (final, static). retrieves the type of the field, checking for an array type getVisibility retrieves the visibility of the field (public, etc.). [To be supplied.] [To be supplied.] [To be supplied.] [To be supplied.] [To be supplied.] [To be supplied.] [To be supplied.] [To be supplied.] [To be supplied.] [To be supplied.] This utility displays the field, ctor, and method membership of a COR class. TODO: flip from using arrays to collections [To be supplied.] [To be supplied.] [To be supplied.] [To be supplied.] [To be supplied.] findClass() will locate the classname using various search rules. TODO: finish search rules! main does all the real work. call the arg processor, show the help, and run thru the class list on the command line. Shows the entire contents of the module. showClass() will take the given Class instance and display all the members. Process the arguments passed to the program. Set all the switches, and return the non-switch arguments (classnames) in an array of strings. [To be supplied.] [To be supplied.] [To be supplied.]