edu.pdx.cs399J.reflect
Class DescribeClass
java.lang.Object
edu.pdx.cs399J.reflect.DescribeClass
public class DescribeClass
- extends Object
This program uses Java reflection to describe a class, its methods,
and fields.
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescribeClass
public DescribeClass()
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.
Copyright © 2000-2009 Portland State University. All Rights Reserved.