Re: code for interlysence in java - for example Point p = new Point() , how to get variables of p.
Posted By:
Michael_Wax
Posted On:
Wednesday, June 6, 2001 09:45 AM
You need to use reflection to discover the methods and fields in the target class. See the methods getFields, getMethods, and getConstructors in Class.