/[classpath]/gjdoc/src/com/sun/javadoc/ClassDoc.java
ViewVC logotype

Diff of /gjdoc/src/com/sun/javadoc/ClassDoc.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by julian, Tue Dec 7 15:00:02 2004 UTC revision 1.3 by julian, Fri Dec 17 17:54:21 2004 UTC
# Line 201  methods(); Line 201  methods();
201    * constructors; otherwise, return all constructors.    * constructors; otherwise, return all constructors.
202    *    *
203    * @return The list of all constructors in this class, or the list    * @return The list of all constructors in this class, or the list
204    * visible constructors in this class.    * of visible constructors in this class.
205    */    */
206  public abstract ConstructorDoc[]  public abstract ConstructorDoc[]
207  constructors(boolean filtered);  constructors(boolean filtered);
# Line 220  constructors(); Line 220  constructors();
220  /*************************************************************************/  /*************************************************************************/
221    
222  /**  /**
223    * This method returns the list of inner classes within the class    * This method returns the list of inner classes that are visible to
224    * represented by this object.    * the user within the class represented by this object.
225    *    *
226    * @return The list of inner classes for this object.    * @return The list of visible inner classes for this object.
227    */    */
228  public abstract ClassDoc[]  public abstract ClassDoc[]
229  innerClasses();  innerClasses();
230    
231  /*************************************************************************/  /*************************************************************************/
232    
233    /**
234      * This method returns the list of all inner classes within the class
235      * represented by this object, or the list of visible inner classes
236      * in this class.
237      *
238      * @param filtered if true, only return visible (included) inner
239      * classes; otherwise, return all inner classes.
240      *
241      * @return The list of all inner classes for this object, or the list
242      * of visible inner classes.
243      */
244    public abstract ClassDoc[]
245    innerClasses(boolean filtered);
246    
247    /*************************************************************************/
248    
249  /**  /**
250    * This method returns a <code>ClassDoc</code> for the named class.  The    * This method returns a <code>ClassDoc</code> for the named class.  The
251    * following search order is used:    * following search order is used:

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26