Class DescribeClass

java.lang.Object
edu.pdx.cs410J.reflect.DescribeClass

public class DescribeClass extends Object
This program uses Java reflection to describe a class, its methods, and fields.
  • Constructor Details

  • Method Details

    • main

      public static void main(String[] args)
      Main program that reads the name of a class from the command line, loads it, and prints out a description of it.