org.openide.src
Interface JavaDoc.Method

All Superinterfaces:
JavaDoc
Enclosing class:
JavaDoc

public static interface JavaDoc.Method
extends JavaDoc

The JavaDoc of a method. Adds two special tags: @para tag and @throws tag.


Inner classes inherited from class org.openide.src.JavaDoc
JavaDoc.Class, JavaDoc.Field, JavaDoc.Method
 
Fields inherited from interface org.openide.src.JavaDoc
ADD, REMOVE, SET
 
Method Summary
 JavaDocTag.Param[] getParamTags()
          Gets param tags.
 JavaDocTag.Throws[] getThrowsTags()
          Gets throws tags.
 
Methods inherited from interface org.openide.src.JavaDoc
changeTags, clearJavaDoc, getRawText, getSeeTags, getTags, getTags, getText, isEmpty, setRawText, setText
 

Method Detail

getParamTags

public JavaDocTag.Param[] getParamTags()
Gets param tags.

getThrowsTags

public JavaDocTag.Throws[] getThrowsTags()
Gets throws tags.


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.